diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-18 10:29:10 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-18 10:29:10 +0000 |
commit | 08f804208b5df50972f8bd1b9eea89bcc6a575ba (patch) | |
tree | 95cd7da4e9fbe58c4c8c35cfd734d796ca8a5e20 /synapse/app/homeserver.py | |
parent | Use absolute path when loading delta sql files (diff) | |
parent | Rename _fail_fetch_pdu_cache to _get_pdu_cache (diff) | |
download | synapse-08f804208b5df50972f8bd1b9eea89bcc6a575ba.tar.xz |
Merge pull request #79 from matrix-org/get_pdu_limiting
Get pdu limiting
Diffstat (limited to 'synapse/app/homeserver.py')
-rwxr-xr-x | synapse/app/homeserver.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py index 27b478a1c3..7be82d0576 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_get_pdu_cache() if config.daemonize: print config.pid_file |