Index: third_party/buildbot_8_4p1/buildbot/master.py |
diff --git a/third_party/buildbot_8_4p1/buildbot/master.py b/third_party/buildbot_8_4p1/buildbot/master.py |
index 4b322eebeaed284fd029ea935c3240b1373208c6..49af4114165f43b312621ea513dde28de1d56e3f 100644 |
--- a/third_party/buildbot_8_4p1/buildbot/master.py |
+++ b/third_party/buildbot_8_4p1/buildbot/master.py |
@@ -308,8 +308,7 @@ class BuildMaster(service.MultiService): |
#change_source = config['change_source'] |
# optional |
- db_url = config.get("db_url", |
- "sqlite:///state.sqlite?serialize_access=1") |
+ db_url = config.get("db_url", "sqlite:///state.sqlite") |
db_poll_interval = config.get("db_poll_interval", None) |
debugPassword = config.get('debugPassword') |
manhole = config.get('manhole') |