summary refs log tree commit diff
path: root/synapse/app/client_reader.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-09-25 12:02:57 +0100
committerGitHub <noreply@github.com>2018-09-25 12:02:57 +0100
commit4c3e7eeec50d82982177a6eaf3114eed08346d9d (patch)
treecf4b9343618382b19b6650c9ab2969a7220a5017 /synapse/app/client_reader.py
parentadded "media-src: 'self'" to CSP for resources (#3578) (diff)
parentNewsfile (diff)
downloadsynapse-4c3e7eeec50d82982177a6eaf3114eed08346d9d.tar.xz
Merge pull request #3932 from matrix-org/erikj/auto_start_expiring_caches
Fix some instances of ExpiringCache not expiring cache items
Diffstat (limited to 'synapse/app/client_reader.py')
-rw-r--r--synapse/app/client_reader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/app/client_reader.py b/synapse/app/client_reader.py
index ce2b113dbb..4c73c637bb 100644
--- a/synapse/app/client_reader.py
+++ b/synapse/app/client_reader.py
@@ -181,7 +181,6 @@ def start(config_options):
     ss.start_listening(config.worker_listeners)
 
     def start():
-        ss.get_state_handler().start_caching()
         ss.get_datastore().start_profiling()
 
     reactor.callWhenRunning(start)