diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-06 12:33:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 12:33:20 -0500 |
commit | 1b4d5d6acf8cfbe65601b881360ea730f9693d80 (patch) | |
tree | d46d801474518224611f46a0dd270257a9823469 /changelog.d | |
parent | Merge tag 'v1.25.0rc1' into develop (diff) | |
download | synapse-1b4d5d6acf8cfbe65601b881360ea730f9693d80.tar.xz |
Empty iterables should count towards cache usage. (#9028)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9028.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9028.bugfix b/changelog.d/9028.bugfix new file mode 100644 index 0000000000..66666886a4 --- /dev/null +++ b/changelog.d/9028.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where some caches could grow larger than configured. |