[Zodb-checkins] CVS: ZODB3/ZEO - StorageServer.py:1.74.2.6.4.10

Jeremy Hylton jeremy@zope.com
Thu, 2 Jan 2003 13:39:19 -0500


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv31249

Modified Files:
      Tag: ZODB3-fast-restart-branch
	StorageServer.py 
Log Message:
Make the default queue size smaller.


=== ZODB3/ZEO/StorageServer.py 1.74.2.6.4.9 => 1.74.2.6.4.10 ===
--- ZODB3/ZEO/StorageServer.py:1.74.2.6.4.9	Tue Dec 17 16:40:36 2002
+++ ZODB3/ZEO/StorageServer.py	Thu Jan  2 13:39:15 2003
@@ -69,7 +69,7 @@
     ManagedServerConnectionClass = ManagedServerConnection
 
     def __init__(self, addr, storages, read_only=0,
-                 invalidation_queue_size=1000):
+                 invalidation_queue_size=100):
 
         """StorageServer constructor.