mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 08:56:01 -04:00
Respect use_frozen_dicts option in workers
This commit is contained in:
parent
d24197bead
commit
24772ba56e
6 changed files with 22 additions and 0 deletions
|
@ -446,6 +446,8 @@ def start(config_options):
|
|||
|
||||
setup_logging(config.worker_log_config, config.worker_log_file)
|
||||
|
||||
synapse.events.USE_FROZEN_DICTS = config.use_frozen_dicts
|
||||
|
||||
database_engine = create_engine(config.database_config)
|
||||
|
||||
ss = SynchrotronServer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue