summary refs log tree commit diff
path: root/synapse/app/homeserver.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-17 15:44:01 +0000
committerErik Johnston <erik@matrix.org>2015-02-17 15:44:01 +0000
commit8b919c00f30c03ddae257f0129f58f2d0285723c (patch)
treeba41e59329bc51a3b57e49b719557e75eaff9ee2 /synapse/app/homeserver.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into get_pdu_limiting (diff)
downloadsynapse-8b919c00f30c03ddae257f0129f58f2d0285723c.tar.xz
Start the get_pdu cache
Diffstat (limited to '')
-rwxr-xr-xsynapse/app/homeserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index 27b478a1c3..7565d94449 100755
--- a/synapse/app/homeserver.py
+++ b/synapse/app/homeserver.py
@@ -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