summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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