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 b5b3945 commit 0e565a1Copy full SHA for 0e565a1
ApiBase.php
@@ -50,7 +50,7 @@ abstract class ApiBase extends Component
50
/**
51
* @var int set timeout to 15 seconds for the case server is not responding
52
*/
53
- public $timeout = 30;
+ public $timeout = 2;
54
55
56
* @var bool
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
==============
3
4
+1.0.0-rc
5
+-----------------
6
+ * Change default http request timeout 2 seconds
7
+
8
1.0.0-beta
9
-----------------
10
* Добавлен заказ в 1 клик
0 commit comments