mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -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
|
@ -465,6 +465,7 @@ def start(config_options):
|
|||
def start():
|
||||
ss.get_datastore().start_profiling()
|
||||
ss.replicate()
|
||||
ss.get_state_handler().start_caching()
|
||||
|
||||
reactor.callWhenRunning(start)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue