mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-03 21:21:25 +00:00
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.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user