forked from MirrorHub/synapse
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
2 changed files with 1 additions and 1 deletions
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 a new issue