plone / plone.recipe.zeoserver

zc.buildout recipe creating and configuring a ZODB zeo server
https://pypi.org/project/plone.recipe.zeoserver
3 stars 13 forks source link

added support to option 'transaction_timeout' option #2

Closed RohitKumar13 closed 10 years ago

RohitKumar13 commented 12 years ago

Hi, I added an option 'transaction-timeout' in zeoserver recipe to support it. Transaction timeout is the maximum amount of time to wait for a transaction to commit after acquiring the storage lock, specified in seconds. If the transaction takes too long, the client connection will be closed and the transaction aborted.

Suggest you to add this option in recipe.

Thanks, Rohit Kumar

davidjb commented 12 years ago

It'd be useful if you could add some documentation to the README regarding this option so people know its available and what to expect (and some tests).

Also, a zeo server has no timeout by default at present, so by defaulting the timeout to 300 seconds this would change the behaviour of people's existing installations. The default of not specifying this option should maintain the this same behaviour.

jensens commented 10 years ago

2 years old. whats the state? Obsolete and close or fix, sync and merge? If latter who does?

jensens commented 10 years ago

Since nobody answered I close this request. If there is interest in working on this one in order to get it merged please feel free to reopen it.