Revert previous
This commit is contained in:
parent
c27d6ad6b5
commit
e7a6edb0ee
|
@ -442,15 +442,11 @@ def setup(config_options):
|
|||
|
||||
hs.start_listening()
|
||||
|
||||
hs.get_pusherpool().start()
|
||||
hs.get_state_handler().start_caching()
|
||||
hs.get_datastore().start_profiling()
|
||||
hs.get_replication_layer().start_get_pdu_cache()
|
||||
|
||||
def on_start():
|
||||
hs.get_pusherpool().start()
|
||||
|
||||
reactor.callWhenRunning(on_start)
|
||||
|
||||
return hs
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue