DEFAULT_CONNECTION_TIMEOUT default value increased to 120

This commit is contained in:
Petr Bechyně 2017-02-17 11:20:09 +01:00
parent baf32c1350
commit a76526a5b6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use Exception;
class CurlOptionsBuilder
{
const DEFAULT_MAX_REDIRECTS = 10;
const DEFAULT_CONNECTION_TIMEOUT = 10;
const DEFAULT_CONNECTION_TIMEOUT = 120;
public static function buildDefault()
{