[ZODB-Dev] cache gc api
Patrick K. O'Brien
pobrien@orbtech.com
Fri, 2 Nov 2001 11:06:16 -0600
I would definitely vote for -1 (or None) rather than >196608.
---
Patrick K. O'Brien
Orbtech
"I am, therefore I think."
-----Original Message-----
From: zodb-dev-admin@zope.org [mailto:zodb-dev-admin@zope.org]On Behalf Of
Jeremy Hylton
Sent: Friday, November 02, 2001 10:54 AM
To: jim@zope.com
Cc: zodb-dev@zope.org
Subject: [ZODB-Dev] cache gc api
<snip>
I propose to make the following changes:
<snip>
- Add documentation that says you can pass a value greater than
196608 to achieve the effect of only removing unreachable
objects.
(If that seems to weird, we could use -1 to mean this instead of
0.)
<snip>
Jeremy