From dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 15 Oct 2002 02:19:05 +0000 Subject: __init__(): Somehow the archiver was unlocking the list at an odd time. I can't figure out why that's happening but defaulting unlock to false seemed to take care of the problem... for now. :( --- Mailman/Archiver/HyperArch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py index 49d5919ed..c4078c912 100644 --- a/Mailman/Archiver/HyperArch.py +++ b/Mailman/Archiver/HyperArch.py @@ -489,7 +489,7 @@ class HyperArchive(pipermail.T): IQUOTES = 1 # Italicize quoted text. SHOWBR = 0 # Add
onto every line - def __init__(self, maillist, unlock=1): + def __init__(self, maillist, unlock=0): # can't init the database while other processes are writing to it! # XXX TODO- implement native locking # with mailman's LockFile module for HyperDatabase.HyperDatabase -- cgit v1.3.1