mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Enable state caches on workers
This commit is contained in:
parent
923f77cff3
commit
4be85281f9
6 changed files with 6 additions and 0 deletions
|
@ -191,6 +191,7 @@ def start(config_options):
|
|||
reactor.run()
|
||||
|
||||
def start():
|
||||
ss.get_state_handler().start_caching()
|
||||
ss.get_datastore().start_profiling()
|
||||
ss.replicate()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue