mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-15 20:53:49 +09:00
Increased API post timeout to 30 seconds
Simplified access token logic
This commit is contained in:
@@ -18,6 +18,7 @@ class WPStrava_API {
|
||||
'body' => http_build_query( $data ),
|
||||
'sslverify' => false,
|
||||
'headers' => array(),
|
||||
'timeout' => 30,
|
||||
);
|
||||
|
||||
if ( $this->access_token ) {
|
||||
|
||||
Reference in New Issue
Block a user