|
|
|
@ -24,7 +24,7 @@
|
|
|
|
$CURL_CONNECT_TIMEOUT_MS = 2000;
|
|
|
|
$CURL_CONNECT_TIMEOUT_MS = 2000;
|
|
|
|
|
|
|
|
|
|
|
|
// max time for each connection (incl. transfer)
|
|
|
|
// max time for each connection (incl. transfer)
|
|
|
|
$CURL_TIMEOUT_MS = $FAST_FETCH_MODE ? 1500 : 3000;
|
|
|
|
$CURL_TIMEOUT_MS = $FAST_FETCH_MODE ? 3000 : 9000;
|
|
|
|
|
|
|
|
|
|
|
|
// delay between retries in miliseconds
|
|
|
|
// delay between retries in miliseconds
|
|
|
|
$CURL_RETRY_SLEEP = 2000;
|
|
|
|
$CURL_RETRY_SLEEP = 2000;
|
|
|
|
|