diff --git a/lib/fetch/fetch.c b/lib/fetch/fetch.c index b7fee67d..d0cce7b8 100644 --- a/lib/fetch/fetch.c +++ b/lib/fetch/fetch.c @@ -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;