From 329a4a6159f1972ff5ec7bc2db26430f26dc61f3 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 24 May 2018 14:31:31 +0200 Subject: Lower default timeout from 120s to 30s 120s is an insanely high default time out, lower it to 30s to make things a bit nicer. --- doc/examples/configure-index | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 4612f362e..71ec57be0 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -259,7 +259,7 @@ Acquire { Proxy "http://127.0.0.1:3128"; Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting - Timeout "120"; + Timeout "30"; ConnectionAttemptDelayMsec "250"; Pipeline-Depth "5"; AllowRedirect "true"; @@ -285,7 +285,7 @@ Acquire Verify-Host "true"; AllowRedirect "true"; - Timeout "120"; + Timeout "30"; ConnectionAttemptDelayMsec "250"; AllowRedirect "true"; @@ -313,7 +313,7 @@ Acquire "PASS $(SITE_PASS)"; }; - Timeout "120"; + Timeout "30"; ConnectionAttemptDelayMsec "250"; /* Passive mode control, proxy, non-proxy and per-host. Pasv mode -- cgit v1.2.3