7 Nov
2002
7 Nov
'02
7:53 p.m.
We don't need the saved transactions since we do all the production on another server.
Today we manually pack the ZODB regularly, but it would be nice to >either stop or limit this feature. I have searched but haven't found any hint >on how to do this. Is it possible?
Haven't used myself, but in the book Zope Web Application Development and Content Management is section about ExtrenalMount product - that allows you to have a no-undo section of your site on different ZODB-file. http://www.zope.org/Members/hathawsh/ExternalMount Or then you could just put cron script to clear the database undos every day? -huima