mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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:
parent
36c62a67c4
commit
19475cf337
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