[Buildbot-commits] [buildbot/buildbot] 4050c5: Set journal mode to WAL for SQLite
noreply at github.com
noreply at github.com
Mon Jul 18 05:52:11 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 4050c5e7a2641df56f792b06fc1aea6c16221e8f
https://github.com/buildbot/buildbot/commit/4050c5e7a2641df56f792b06fc1aea6c16221e8f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-07-17 (Sun, 17 Jul 2011)
Changed paths:
M master/buildbot/db/enginestrategy.py
Log Message:
-----------
Set journal mode to WAL for SQLite
This mode allows *much* greater concurrency, and should fix
DatabaseLocked errors (which are really SQLITE_BUSY). Refs #2005.
More information about the Commits
mailing list