Code

new rdbms config item sqlite_timeout makes the previously hard-coded
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Sep 2010 15:42:04 +0000 (15:42 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Sep 2010 15:42:04 +0000 (15:42 +0000)
commit6ddfa30821c90f4a2646269e5b3b301dec05bbfc
tree6aaefff5a9c8b2ea651c300e97aa1344d88cfa26
parent03cb89989b4eb2000917e070cf392ee7640aca85
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.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4521 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/backends/back_sqlite.py
roundup/configuration.py