mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge pull request #3980 from matrix-org/rav/remove_broken_cache_call
Remove redundant call to start_get_pdu_cache
This commit is contained in:
commit
26557c9db4
1
changelog.d/3980.bugfix
Normal file
1
changelog.d/3980.bugfix
Normal file
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user