Forráskód Böngészése

*** empty log message ***

Jesse Schell 24 éve
szülő
commit
885812729c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      direct/src/distributed/CRCache.py

+ 1 - 1
direct/src/distributed/CRCache.py

@@ -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 = []