Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove redundant call to start_get_pdu_cache
Browse files Browse the repository at this point in the history
I think this got forgotten in #3932. We were getting away with it because it
was the last call in this function.
  • Loading branch information
richvdh committed Sep 28, 2018
1 parent 36c62a6 commit 19475cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/3980.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix some instances of ExpiringCache not expiring cache items
1 change: 0 additions & 1 deletion synapse/app/homeserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def start():
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)

Expand Down

0 comments on commit 19475cf

Please sign in to comment.