lib/fetch: set connect timeout to 300 seconds
This commit is contained in:
parent
75326df2a0
commit
3527a1374a
@ -45,7 +45,7 @@ auth_t fetchAuthMethod;
|
|||||||
int fetchLastErrCode;
|
int fetchLastErrCode;
|
||||||
char fetchLastErrString[MAXERRSTRING];
|
char fetchLastErrString[MAXERRSTRING];
|
||||||
int fetchTimeout;
|
int fetchTimeout;
|
||||||
int fetchConnTimeout;
|
int fetchConnTimeout = 300 * 1000;
|
||||||
int fetchConnDelay = 250;
|
int fetchConnDelay = 250;
|
||||||
volatile int fetchRestartCalls = 1;
|
volatile int fetchRestartCalls = 1;
|
||||||
int fetchDebug;
|
int fetchDebug;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user