summary refs log tree commit diff
path: root/synapse/app
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-18 10:14:10 +0000
committerErik Johnston <erik@matrix.org>2015-02-18 10:14:10 +0000
commitec847059f3e9b9b5de62aa2f7ad2366c4e883fac (patch)
treea5c4465cba8245243dbcd8d8ead8a0097d7782d0 /synapse/app
parentFix typo in function name (diff)
downloadsynapse-ec847059f3e9b9b5de62aa2f7ad2366c4e883fac.tar.xz
Rename _fail_fetch_pdu_cache to _get_pdu_cache
Diffstat (limited to 'synapse/app')
-rwxr-xr-xsynapse/app/homeserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index 7565d94449..7be82d0576 100755
--- a/synapse/app/homeserver.py
+++ b/synapse/app/homeserver.py
@@ -275,7 +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()
+    hs.get_replication_layer().start_get_pdu_cache()
 
     if config.daemonize:
         print config.pid_file