summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorbwarsaw2000-06-28 18:35:19 +0000
committerbwarsaw2000-06-28 18:35:19 +0000
commitf03a12908abc83c1970281e3d4b5e8f41e6347fa (patch)
treee5cd273cd9b638b90f14a9438c478f19ade99381 /Mailman/Defaults.py.in
parent69e69e2a3463b05be7b06ae09b00b5fac9cd8c8a (diff)
downloadmailman-f03a12908abc83c1970281e3d4b5e8f41e6347fa.tar.gz
mailman-f03a12908abc83c1970281e3d4b5e8f41e6347fa.tar.zst
mailman-f03a12908abc83c1970281e3d4b5e8f41e6347fa.zip
QRUNNER_PROCESS_LIFETIME: decrease to 15 minutes.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 0e28af905..4878e4b45 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -425,7 +425,7 @@ QRUNNER_LOCK_LIFETIME = hours(10)
# Exceeding either limit causes qrunner to exit, reclaiming system resources
# and deleting the lock. Other qrunners will then process the remaining
# messages. Set either to None to inhibit this resource check.
-QRUNNER_PROCESS_LIFETIME = hours(1)
+QRUNNER_PROCESS_LIFETIME = minutes(15)
QRUNNER_MAX_MESSAGES = 300