diff options
author | Julian Andres Klode <jak@debian.org> | 2018-05-24 13:54:27 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2018-05-24 13:54:27 +0000 |
commit | 9b0319db37c97cfb2a018b6af97019efba4562ab (patch) | |
tree | 4dd7778d05b65b30f5c9d0c5d8dc142f7d9926ba /doc | |
parent | 6eaeec549241677335813af78f394010e5b3eefb (diff) | |
parent | 329a4a6159f1972ff5ec7bc2db26430f26dc61f3 (diff) |
Merge branch 'pu/timeout-bad-addr-fixes' into 'master'
Pu/timeout bad addr fixes
See merge request apt-team/apt!18
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 3 insertions, 3 deletions
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 |