On Aug 7, 2009, at 11:42 PM, Jamu Kakar wrote:

New GenerationalCache object cache
----------------------------------

A new GenerationalCache is available.  It can be used in place of
the default Cache and will likely become the default in the future.
You can use it by passing it as a parameter to Store:

 from storm.locals import Store, create_database
 from storm.cache import GenerationalCache

 uri = "<uri>"
 store = Store(create_database(uri), GenerationalCache())

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.

Mailman 3's test suite seems to work just fine with the GenerationalCache. I'll leave it enabled for a while to test it.

-Barry

Attachment: PGP.sig
Description: This is a digitally signed message part

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to