lib/fetch: set connect timeout to 300 seconds

This commit is contained in:
Duncaen 2019-06-19 22:45:57 +02:00 committed by Duncan Overbruck
parent 75326df2a0
commit 3527a1374a

View File

@ -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;