mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Ensure check_same_thread is enabled for sqlite3
This commit is contained in:
parent
8558e1ec73
commit
416a3e6c4f
@ -372,6 +372,7 @@ def setup(config_options):
|
||||
db_config.setdefault("args", {}).update({
|
||||
"cp_min": 1,
|
||||
"cp_max": 1,
|
||||
"check_same_thread": False,
|
||||
})
|
||||
else:
|
||||
raise RuntimeError("Unsupported database type '%s'" % (name,))
|
||||
|
Loading…
Reference in New Issue
Block a user