summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-02-15 09:58:52 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-15 09:58:52 +0000
commit6b57c94012201c974693dcd7fe53a070f8fc66e2 (patch)
tree93bded70c1feabe060f65a23a290c832e1eb5edc /desktop
parentc207216fa2c614eaaff0b62eed92e20f9939a46f (diff)
downloadnetsurf-6b57c94012201c974693dcd7fe53a070f8fc66e2.tar.gz
netsurf-6b57c94012201c974693dcd7fe53a070f8fc66e2.tar.bz2
Return to original timeouts for now: One 30s attempt.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h4
1 files changed, 2 insertions, 2 deletions
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)