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;
|
||||
char fetchLastErrString[MAXERRSTRING];
|
||||
int fetchTimeout;
|
||||
int fetchConnTimeout;
|
||||
int fetchConnTimeout = 300 * 1000;
|
||||
int fetchConnDelay = 250;
|
||||
volatile int fetchRestartCalls = 1;
|
||||
int fetchDebug;
|
||||
|
Loading…
Reference in New Issue
Block a user