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