From 885812729cdd61a34fdddc114ff8321b68397eb5 Mon Sep 17 00:00:00 2001 From: Jesse Schell Date: Sat, 2 Jun 2001 02:46:33 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/distributed/CRCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/CRCache.py b/direct/src/distributed/CRCache.py index 6a330d512e..0f128bc36d 100644 --- a/direct/src/distributed/CRCache.py +++ b/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 = []