Run the background updates when starting synapse.

This commit is contained in:
Mark Haines 2015-11-10 15:50:58 +00:00
parent 2ede7aa8a1
commit a412b9a465
4 changed files with 67 additions and 10 deletions

View file

@ -439,6 +439,7 @@ def setup(config_options):
hs.get_pusherpool().start()
hs.get_state_handler().start_caching()
hs.get_datastore().start_profiling()
hs.get_datastore().start_doing_background_updates()
hs.get_replication_layer().start_get_pdu_cache()
return hs