diff options
| author | bwarsaw | 2006-04-28 12:24:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2006-04-28 12:24:15 +0000 |
| commit | eeacb00f385181ad546f5e408b13059ac3b25d0e (patch) | |
| tree | 170a0096fbc3f809749ee49119310e9183cf8c63 /Mailman/MailList.py | |
| parent | e50ee8e871163125624d672bef63f789d386f0fc (diff) | |
| download | mailman-eeacb00f385181ad546f5e408b13059ac3b25d0e.tar.gz mailman-eeacb00f385181ad546f5e408b13059ac3b25d0e.tar.zst mailman-eeacb00f385181ad546f5e408b13059ac3b25d0e.zip | |
Diffstat (limited to 'Mailman/MailList.py')
| -rw-r--r-- | Mailman/MailList.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index dd86b50bb..7acd3b7fa 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -269,9 +269,7 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin, self.__timestamp = 0 self.__lock = LockFile.LockFile( os.path.join(mm_cfg.LOCK_DIR, name or '<site>') + '.lock', - # TBD: is this a good choice of lifetime? - lifetime = mm_cfg.LIST_LOCK_LIFETIME, - withlogging = mm_cfg.LIST_LOCK_DEBUGGING) + lifetime=mm_cfg.LIST_LOCK_LIFETIME) self._internal_name = name if name: self._full_path = Site.get_listpath(name) |
