mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Start the get_pdu cache
This commit is contained in:
parent
0194e71e99
commit
8b919c00f3
@ -275,6 +275,7 @@ def setup():
|
||||
hs.get_pusherpool().start()
|
||||
hs.get_state_handler().start_caching()
|
||||
hs.get_datastore().start_profiling()
|
||||
hs.get_replication_layer().start_pdu_fail_cache()
|
||||
|
||||
if config.daemonize:
|
||||
print config.pid_file
|
||||
|
Loading…
Reference in New Issue
Block a user