summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-11-04 15:34:47 +0000
committerbwarsaw2002-11-04 15:34:47 +0000
commite46e0bc7bdc4736a39ad94ee924ce3950594188e (patch)
tree010e2e992d3aacf68772c6419f286f7faf753030
parent6afdac80a5e8752172e684b08b3def10998dacc7 (diff)
downloadmailman-e46e0bc7bdc4736a39ad94ee924ce3950594188e.tar.gz
mailman-e46e0bc7bdc4736a39ad94ee924ce3950594188e.tar.zst
mailman-e46e0bc7bdc4736a39ad94ee924ce3950594188e.zip
Style.
-rw-r--r--Mailman/Queue/BounceRunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/BounceRunner.py b/Mailman/Queue/BounceRunner.py
index 6d86fd2ea..f301ba9ed 100644
--- a/Mailman/Queue/BounceRunner.py
+++ b/Mailman/Queue/BounceRunner.py
@@ -38,7 +38,7 @@ COMMASPACE = ', '
class BounceRunner(Runner):
QDIR = mm_cfg.BOUNCEQUEUE_DIR
# We only do bounce processing once per minute.
- SLEEPTIME = 60
+ SLEEPTIME = mm_cfg.minutes(1)
def _dispose(self, mlist, msg, msgdata):
# Make sure we have the most up-to-date state