Skip to content
Snippets Groups Projects
Commit 19475cf3 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Remove redundant call to start_get_pdu_cache

I think this got forgotten in #3932. We were getting away with it because it
was the last call in this function.
parent 36c62a67
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