diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-11-06 20:23:01 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2017-11-06 20:23:01 +0900 |
commit | adb3d9035314760b62d92bda4a41991b7420360f (patch) | |
tree | 6828787d03237b9f5eb3d1f22ac72cb0feeadaf8 /Mailman/Defaults.py.in | |
parent | 8db53d7e551ad889cdf04d8f1b326ff475938e21 (diff) | |
parent | 39a8ffb7dd8ff13871ec17b6950d44254f1c9306 (diff) | |
download | mailman2-adb3d9035314760b62d92bda4a41991b7420360f.tar.gz mailman2-adb3d9035314760b62d92bda4a41991b7420360f.tar.xz mailman2-adb3d9035314760b62d92bda4a41991b7420360f.zip |
Merge lp:mailman/2.1 rev 1727 with ja translation update
Diffstat (limited to '')
-rwxr-xr-x | Mailman/Defaults.py.in | 3 |
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) |