diff options
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 | { |