From 6b57c94012201c974693dcd7fe53a070f8fc66e2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 15 Feb 2016 09:58:52 +0000 Subject: Return to original timeouts for now: One 30s attempt. --- desktop/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/options.h b/desktop/options.h index e734c5294..2f3688750 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -209,12 +209,12 @@ NSOPTION_INTEGER(max_fetchers_per_host, 5) NSOPTION_INTEGER(max_cached_fetch_handles, 6) /** Number of times to retry timed-out fetches before giving up. */ -NSOPTION_UINT(max_retried_fetches, 3) +NSOPTION_UINT(max_retried_fetches, 1) /** Number of seconds to allow for a DNS-resolution+connect() before timing out * the cURL socket. */ -NSOPTION_UINT(curl_fetch_timeout, 10) +NSOPTION_UINT(curl_fetch_timeout, 30) /** Suppress debug output from cURL. */ NSOPTION_BOOL(suppress_curl_debug, true) -- cgit v1.2.3