diff options
author | Erik Johnston <erik@matrix.org> | 2018-03-13 13:26:52 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-03-13 13:26:52 +0000 |
commit | cb9f8e527c09315eea05955ec970154ea2fb9729 (patch) | |
tree | f3dc781f601bb485db3fd244e0dab1d817ae37d8 /synapse/app | |
parent | s/replication_server/federation_server (diff) | |
download | synapse-cb9f8e527c09315eea05955ec970154ea2fb9729.tar.xz |
s/replication_client/federation_client/
Diffstat (limited to 'synapse/app')
-rwxr-xr-x | synapse/app/homeserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py index 503f461ab4..e477c7ced6 100755 --- a/synapse/app/homeserver.py +++ b/synapse/app/homeserver.py @@ -348,7 +348,7 @@ def setup(config_options): hs.get_state_handler().start_caching() hs.get_datastore().start_profiling() hs.get_datastore().start_doing_background_updates() - hs.get_replication_client().start_get_pdu_cache() + hs.get_federation_client().start_get_pdu_cache() register_memory_metrics(hs) |