diff options
| author | bwarsaw | 2003-04-01 04:27:49 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-04-01 04:27:49 +0000 |
| commit | adbfd1416b700f719965eefe617b2ad1087005e0 (patch) | |
| tree | 929123b18e0ca1ff21f607dfb5a3dc9942573ea0 /Mailman/LockFile.py | |
| parent | a088b580974799d141ca8b07fce33dab96165fa1 (diff) | |
| download | mailman-adbfd1416b700f719965eefe617b2ad1087005e0.tar.gz mailman-adbfd1416b700f719965eefe617b2ad1087005e0.tar.zst mailman-adbfd1416b700f719965eefe617b2ad1087005e0.zip | |
Diffstat (limited to 'Mailman/LockFile.py')
| -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 e862962b1..d6c41e658 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 |
