*** empty log message ***

This commit is contained in:
Jesse Schell 2001-06-02 02:46:33 +00:00
parent f811938cc8
commit 885812729c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import DistributedObject
class CRCache:
notify = DirectNotifyGlobal.directNotify.newCategory("CRCache")
def __init__(self, maxCacheItems=50):
def __init__(self, maxCacheItems=10):
self.maxCacheItems = maxCacheItems
self.dict = {}
self.fifo = []