Skip to content
Snippets Groups Projects
Unverified Commit 26557c9d authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #3980 from matrix-org/rav/remove_broken_cache_call

Remove redundant call to start_get_pdu_cache
parents 53044497 19475cf3
No related branches found
No related tags found
No related merge requests found
Fix some instances of ExpiringCache not expiring cache items
......@@ -386,7 +386,6 @@ def setup(config_options):
hs.get_pusherpool().start()
hs.get_datastore().start_profiling()
hs.get_datastore().start_doing_background_updates()
hs.get_federation_client().start_get_pdu_cache()
reactor.callWhenRunning(start)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment