diff options
author | Erik Johnston <erik@matrix.org> | 2018-09-21 14:55:47 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-09-21 14:56:12 +0100 |
commit | fdd1a62e8d09ddccbe685fe7d7840990a9c06241 (patch) | |
tree | 0ef1a439a2a7b73ca4f53780bf5978f92b31f64a /synapse/util/caches | |
parent | Make ExpiringCache slightly more performant (diff) | |
download | synapse-fdd1a62e8d09ddccbe685fe7d7840990a9c06241.tar.xz |
Add a five minute cache to get_destination_retry_timings
Hopefully helps with #3931
Diffstat (limited to 'synapse/util/caches')
-rw-r--r-- | synapse/util/caches/expiringcache.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/synapse/util/caches/expiringcache.py b/synapse/util/caches/expiringcache.py |