Commit a085a310 authored by Jeremy Hylton's avatar Jeremy Hylton

version_cache_deactivate_after is not used.

parent 0931919e
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Database objects """Database objects
$Id: DB.py,v 1.66 2004/02/27 22:02:47 jeremy Exp $""" $Id: DB.py,v 1.67 2004/03/01 15:45:03 jeremy Exp $"""
import cPickle, cStringIO, sys import cPickle, cStringIO, sys
from thread import allocate_lock from thread import allocate_lock
...@@ -70,7 +70,7 @@ class DB(object): ...@@ -70,7 +70,7 @@ class DB(object):
cache_deactivate_after=None, cache_deactivate_after=None,
version_pool_size=3, version_pool_size=3,
version_cache_size=100, version_cache_size=100,
version_cache_deactivate_after=10, version_cache_deactivate_after=None,
): ):
"""Create an object database. """Create an object database.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment