Respect use_frozen_dicts option in workers

This commit is contained in:
Erik Johnston 2016-11-08 11:07:18 +00:00
parent d24197bead
commit 24772ba56e
6 changed files with 22 additions and 0 deletions

View file

@ -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(