diff options
-rw-r--r-- | Mailman/LockFile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/LockFile.py b/Mailman/LockFile.py index e862962b..d6c41e65 100644 --- a/Mailman/LockFile.py +++ b/Mailman/LockFile.py @@ -174,7 +174,7 @@ class LockFile: def __init__(self, lockfile, lifetime=DEFAULT_LOCK_LIFETIME, - withlogging=True): + withlogging=False): """Create the resource lock using lockfile as the global lock file. Each process laying claim to this resource lock will create their own |