[storm] Announcing Storm 0.15!
James Henstridge
james at jamesh.id.au
Tue Aug 11 15:20:14 BST 2009
On Sat, Aug 8, 2009 at 11:42 AM, Jamu Kakar<jkakar at kakar.ca> 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.
More information about the storm
mailing list