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.pull/3980/head
parent
36c62a67c4
commit
19475cf337
|
@ -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