[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.117
Jeremy Hylton
jeremy at zope.com
Fri Jan 2 10:51:06 EST 2004
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv26812/ZEO
Modified Files:
ClientStorage.py
Log Message:
Don't call setLastTid() explicitly.
The last tid is already set as a result of the invalidate() calls made
in _update_cache().
=== ZODB3/ZEO/ClientStorage.py 1.116 => 1.117 ===
--- ZODB3/ZEO/ClientStorage.py:1.116 Tue Dec 30 17:57:35 2003
+++ ZODB3/ZEO/ClientStorage.py Fri Jan 2 10:51:00 2004
@@ -960,7 +960,6 @@
self._lock.acquire() # for atomic processing of invalidations
try:
self._update_cache(tid)
- self._cache.setLastTid(tid)
if f is not None:
f(tid)
finally:
More information about the Zodb-checkins
mailing list