On Sat, Aug 8, 2009 at 11:42 AM, Jamu Kakar<[email protected]> wrote:
> Also note that the default cache size has been increased from 100
> objects to 1000. Please try the new cache and report your results
> to mailing list.
Note that we seem to still be using a default of 100:
>>> from storm.database import create_database
>>> from storm.store import Store
>>> store = Store(create_database("sqlite:"))
>>> store._cache._size
100
There was a bug filed about this, but it fell through the cracks for 0.15:
https://bugs.launchpad.net/storm/+bug/374180
This only affects stores created without specifying a custom cache
instance, so probably doesn't affect Stuart's feedback.
James.
James.
--
storm mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/storm