diff options
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 1b85bf861..03c13bd86 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -756,6 +756,10 @@ QRUNNER_SAVE_BAD_MESSAGES = Yes # affects both message pickles and MailList config.pck files. SYNC_AFTER_WRITE = No +# The maximum number of times that the mailmanctl watcher will try to restart +# a qrunner that exits uncleanly. +MAX_RESTARTS = 10 + ##### |
