diff options
author | onefang | 2019-12-26 17:06:03 +1000 |
---|---|---|
committer | onefang | 2019-12-26 17:06:03 +1000 |
commit | 8f98b0b5ec304f6ae93eb3ff31747e02f7935825 (patch) | |
tree | 5de869bafa8cc0b8014e7e60334dff9715c413a1 | |
parent | Give mirrors some time to actually finish their rsynsc. (diff) | |
download | apt-panopticon-8f98b0b5ec304f6ae93eb3ff31747e02f7935825.zip apt-panopticon-8f98b0b5ec304f6ae93eb3ff31747e02f7935825.tar.gz apt-panopticon-8f98b0b5ec304f6ae93eb3ff31747e02f7935825.tar.bz2 apt-panopticon-8f98b0b5ec304f6ae93eb3ff31747e02f7935825.tar.xz |
Tweak timeouts for curl downloads.
Diffstat (limited to '')
-rw-r--r-- | apt-panopticommon.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 1405622..24e6d08 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -61,7 +61,7 @@ APT.options = | |||
61 | { | 61 | { |
62 | typ = "number", | 62 | typ = "number", |
63 | help = "", | 63 | help = "", |
64 | value = 300, | 64 | value = 240, |
65 | }, | 65 | }, |
66 | timeout = | 66 | timeout = |
67 | { | 67 | { |
@@ -85,7 +85,7 @@ APT.options = | |||
85 | { | 85 | { |
86 | typ = "number", | 86 | typ = "number", |
87 | help = "", | 87 | help = "", |
88 | value = 3, | 88 | value = 2, |
89 | }, | 89 | }, |
90 | reports = | 90 | reports = |
91 | { | 91 | { |