mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 22:14:49 -04:00
Split state groups into a separate data store (#6296)
This commit is contained in:
parent
fa780e9721
commit
75d8f26ac8
28 changed files with 1159 additions and 1168 deletions
|
@ -231,7 +231,7 @@ def setup_test_homeserver(
|
|||
"args": {"database": ":memory:", "cp_min": 1, "cp_max": 1},
|
||||
}
|
||||
|
||||
database = DatabaseConnectionConfig("master", database_config, ["main"])
|
||||
database = DatabaseConnectionConfig("master", database_config)
|
||||
config.database.databases = [database]
|
||||
|
||||
db_engine = create_engine(database.config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue