Re: [Zope] (also) ConflictError from Products.Transience.Transience.Increaser

2010-08-04 Thread Maciej Wisniowski
Chris Withers pisze: > Maciej Wisniowski wrote: >> You may try to incerase session_resolution_seconds (eg. to 300) at >> your zope.conf to get rid of these conflict errors. > > Is that a root zope.conf setting or does it live in some special section? > It is a root setting in zope.conf. Example f

Re: [Zope] (also) ConflictError from Products.Transience.Transience.Increaser

2010-08-04 Thread Chris Withers
Maciej Wisniowski wrote: > You may try to incerase session_resolution_seconds (eg. to 300) at your > zope.conf to get rid of these conflict errors. Is that a root zope.conf setting or does it live in some special section? cheers, Chris -- Simplistix - Content Management, Batch Processing & Py

Re: [Zope] (also) ConflictError from Products.Transience.Transience.Increaser

2010-08-04 Thread Maciej Wisniowski
Chris Withers wrote: >> To my knowledge, the request that throws this isn't touching the session >> or temp_folder, but I guess something is. >> >> How can I find out what code is actually touch this and so causing this >> conflict? >> This might be something with timeslices and buckets that