Mercurial > p > roundup > code
diff CHANGES.txt @ 4415:3e35233ea93c
new rdbms config item sqlite_timeout...
...makes the previously hard-coded timeout of 30 seconds
configurable. This is the time a client waits for the locked database
to become free before giving up. Used only for SQLite backend.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Sep 2010 15:42:04 +0000 |
| parents | 66603a9051f9 |
| children | 36d52125c9cf |
line wrap: on
line diff
--- a/CHANGES.txt Tue Sep 07 14:49:52 2010 +0000 +++ b/CHANGES.txt Tue Sep 07 15:42:04 2010 +0000 @@ -13,6 +13,10 @@ title with the changed subject. Thanks to Arkadiusz Kita and Peter Funk for requesting the feature and discussing the implementation. http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10169 +- new rdbms config item sqlite_timeout makes the previously hard-coded + timeout of 30 seconds configurable. This is the time a client waits + for the locked database to become free before giving up. Used only for + SQLite backend. Fixed:
