aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-11-02 20:39:50 -0700
committerMark Sapiro <mark@msapiro.net>2017-11-02 20:39:50 -0700
commit39a8ffb7dd8ff13871ec17b6950d44254f1c9306 (patch)
treecf20030d9baf4fa26a6db6dd9bfcb877fddf33e0 /Mailman/Defaults.py.in
parentbc77a098657cbc0db309de8fb9e63d079f43f955 (diff)
downloadmailman2-39a8ffb7dd8ff13871ec17b6950d44254f1c9306.tar.gz
mailman2-39a8ffb7dd8ff13871ec17b6950d44254f1c9306.tar.xz
mailman2-39a8ffb7dd8ff13871ec17b6950d44254f1c9306.zip
The DELIVERY_RETRY_WAIT setting is now effective.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rwxr-xr-xMailman/Defaults.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index e6738192..309d0ba3 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1522,6 +1522,9 @@ PENDING_REQUEST_LIFE = days(3)
DELIVERY_RETRY_PERIOD = days(5)
# How long should we wait before we retry a temporary delivery failure?
+# Because RetryRunner sleeps for 15 minutes between processes of its queue,
+# whatever is put here is effectively rounded up to the next integer multiple
+# of 15 minutes.
DELIVERY_RETRY_WAIT = hours(1)