| Index: third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py
|
| diff --git a/third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py b/third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py
|
| index cb711ce5d30dfe83b6e5c5c8eefb46edca43d772..3d05cb6202327aa42c3fad40d390034c492704ef 100644
|
| --- a/third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py
|
| +++ b/third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py
|
| @@ -82,11 +82,6 @@ class BuildbotEngineStrategy(strategies.ThreadLocalEngineStrategy):
|
| kwargs['pool_size'] = 1
|
| max_conns = 1
|
|
|
| - # allow serializing access to the db
|
| - if 'serialize_access' in u.query:
|
| - u.query.pop('serialize_access')
|
| - max_conns = 1
|
| -
|
| return u, kwargs, max_conns
|
|
|
| def set_up_sqlite_engine(self, u, engine):
|
|
|