[Zope-Checkins] CVS: ZODB3/ZEO - schema.xml:1.2

Jeremy Hylton jeremy@zope.com
Mon, 6 Jan 2003 19:39:19 -0500


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

Modified Files:
	schema.xml 
Log Message:
Add explanation of invalidation_queue_size to schema.

XXX Need to settle on a good name for this var and make sure the
schema and code agree on it.


=== ZODB3/ZEO/schema.xml 1.1 => 1.2 ===
--- ZODB3/ZEO/schema.xml:1.1	Mon Jan  6 16:44:01 2003
+++ ZODB3/ZEO/schema.xml	Mon Jan  6 19:39:16 2003
@@ -38,8 +38,10 @@
        required="no"
        default="100">
     <description>
-      XXX Jeremy needs to explain this.
-      I think I know what it is, but Jeremy really understands it.
+      The storage server keeps a queue of the objects modified by the
+      last N transactions, where N == invalidation_queue_size.  This
+      queue is used to speed client cache verification when a client
+      disconnects for a short period of time.
     </description>
   </key>