8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e6e8f commit ed636d4Copy full SHA for ed636d4
README.md
@@ -471,8 +471,8 @@ $cb->setTimeout(5000);
471
472
If you don't specify the timeout, codebird uses these values:
473
474
-- connection time = 5000 ms = 5 s
475
-- timeout = 2000 ms = 2 s
+- connection time = 3000 ms = 3 s
+- timeout = 10000 ms = 10 s
476
477
### …disable cURL?
478
src/codebird.php
@@ -116,12 +116,12 @@ class Codebird
116
/**
117
* Request timeout
118
*/
119
- protected $_timeout = 2000;
+ protected $_timeout = 10000;
120
121
122
* Connection timeout
123
124
- protected $_connectionTimeout = 5000;
+ protected $_connectionTimeout = 3000;
125
126
127
*
0 commit comments