[Zodb-checkins] SVN: ZODB/branches/3.9/src/CHANGES.txt Clarified invalidation age.
Jim Fulton
jim at zope.com
Wed Sep 9 05:28:55 EDT 2009
Log message for revision 103677:
Clarified invalidation age.
Changed:
U ZODB/branches/3.9/src/CHANGES.txt
-=-
Modified: ZODB/branches/3.9/src/CHANGES.txt
===================================================================
--- ZODB/branches/3.9/src/CHANGES.txt 2009-09-09 09:28:23 UTC (rev 103676)
+++ ZODB/branches/3.9/src/CHANGES.txt 2009-09-09 09:28:55 UTC (rev 103677)
@@ -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 Zodb-checkins
mailing list