diff options
| -rw-r--r-- | Mailman/Queue/BounceRunner.py | 2 |
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 |
