X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=pumpio%2Foauth%2Foauth_client.php;h=0e5fa4a58970fc82654973345940136b1c019992;hb=a5b1984e741bd85d0d9713fb1ac8c8c0a7a94159;hp=2a709aab4e8025af9d0c4278708a521e465e4769;hpb=0655fe3cbab458d836b4508c9c7f1ee0b5506e2d;p=friendica-addons.git diff --git a/pumpio/oauth/oauth_client.php b/pumpio/oauth/oauth_client.php index 2a709aab..0e5fa4a5 100644 --- a/pumpio/oauth/oauth_client.php +++ b/pumpio/oauth/oauth_client.php @@ -998,6 +998,8 @@ class oauth_client_class $this->response_status = 0; $http = new http_class; $http->debug = ($this->debug && $this->debug_http); + $http->timeout = 30; + $http->data_timeout = 60; $http->log_debug = true; $http->sasl_authenticate = 0; $http->user_agent = $this->oauth_user_agent;