diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-30 11:43:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 11:43:17 +0000 |
commit | cbc82aa09faa59acc20865e8b5c36561acb9a570 (patch) | |
tree | 4b15cc4e3a4de08db41dacc959c1625c938ddde5 /changelog.d | |
parent | Fail test cases if they fail to await all awaitables (#8690) (diff) | |
download | synapse-cbc82aa09faa59acc20865e8b5c36561acb9a570.tar.xz |
Implement and use an @lru_cache decorator (#8595)
We don't always need the full power of a DeferredCache.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8595.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8595.misc b/changelog.d/8595.misc new file mode 100644 index 0000000000..24fab65cda --- /dev/null +++ b/changelog.d/8595.misc @@ -0,0 +1 @@ +Implement and use an @lru_cache decorator. |