[Checkins] SVN: ZODB/trunk/src/CHANGES.txt Clarified invalidation age.

Jim Fulton jim at zope.com
Wed Sep 9 05:28:24 EDT 2009


Log message for revision 103676:
  Clarified invalidation age.
  

Changed:
  U   ZODB/trunk/src/CHANGES.txt

-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt	2009-09-09 09:26:14 UTC (rev 103675)
+++ ZODB/trunk/src/CHANGES.txt	2009-09-09 09:28:23 UTC (rev 103676)
@@ -90,11 +90,11 @@
   initial data as a string argument to the Blob constructor.
 
 - ZEO Servers now provide an option, invalidation-age, that allows
-  quick verification of ZEO clients less than a given age even if the
-  number of transactions the client hasn't seen exceeds the
-  invalidation queue size. This is only recommended if the storage
-  being served  supports efficient iteration from a point near the end
-  of the transaction history.
+  quick verification of ZEO clients have been disconnected for less
+  than a given time even if the number of transactions the client
+  hasn't seen exceeds the invalidation queue size. This is only
+  recommended if the storage being served supports efficient iteration
+  from a point near the end of the transaction history.
 
 - The FileStorage iterator now handles large files better.  When
   iterating from a starting transaction near the end of the file, the



More information about the checkins mailing list