aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2025-09-05 15:45:03 +1000
committeronefang2025-09-05 15:45:03 +1000
commit23f829fc527f17332379bda023490e8115d76e55 (patch)
tree0239ec0f2656ba14e78ad606eee4120927ab7d1e /apt-panopticommon.lua
parentBump Devuan keyring. (diff)
downloadapt-panopticon-23f829fc527f17332379bda023490e8115d76e55.zip
apt-panopticon-23f829fc527f17332379bda023490e8115d76e55.tar.gz
apt-panopticon-23f829fc527f17332379bda023490e8115d76e55.tar.bz2
apt-panopticon-23f829fc527f17332379bda023490e8115d76e55.tar.xz
Change the timeout values.
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua4
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 {