mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-12 09:56:42 -05:00
Merge branch 'develop' of github.com:matrix-org/synapse into develop
This commit is contained in:
commit
2635d4e634
8 changed files with 214 additions and 57 deletions
|
|
@ -277,6 +277,7 @@ def setup():
|
|||
hs.get_pusherpool().start()
|
||||
hs.get_state_handler().start_caching()
|
||||
hs.get_datastore().start_profiling()
|
||||
hs.get_replication_layer().start_get_pdu_cache()
|
||||
|
||||
if config.daemonize:
|
||||
print config.pid_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue