diff options
Diffstat (limited to 'apt-panopticommon.lua')
-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 1b73e23..7961ca4 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -85,13 +85,13 @@ APT.options = | |||
85 | { | 85 | { |
86 | typ = "number", | 86 | typ = "number", |
87 | help = "", | 87 | help = "", |
88 | value = 240, | 88 | value = 180, |
89 | }, | 89 | }, |
90 | timeout = | 90 | timeout = |
91 | { | 91 | { |
92 | typ = "number", | 92 | typ = "number", |
93 | help = "", | 93 | help = "", |
94 | value = 24, | 94 | value = 42, |
95 | }, | 95 | }, |
96 | timeouts = | 96 | timeouts = |
97 | { | 97 | { |