mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 09:58:49 +00:00
Pumpio: Timeout should now work
This commit is contained in:
parent
a8489627c1
commit
f48b4ae535
2 changed files with 41 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue