[Zodb-checkins] CVS: StandaloneZODB/ZODB - cPickleCache.c:1.59
Jeremy Hylton
jeremy@zope.com
Mon, 15 Apr 2002 15:12:15 -0400
Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv9617
Modified Files:
cPickleCache.c
Log Message:
Turn off MUCH_RING_CHECKING.
I think it's safe to run this code without extra checking.
=== StandaloneZODB/ZODB/cPickleCache.c 1.58 => 1.59 ===
that it uses to report problems.
*/
-#define MUCH_RING_CHECKING 1
+#define MUCH_RING_CHECKING 0
/* Do we want 'engine noise'.... abstract debugging output useful for
visualizing cache behavior */