diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-27 13:17:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 13:17:01 +0100 |
commit | 4ba55559acf56a041e47ec0d74890d4ad3e0ddb7 (patch) | |
tree | 40c55ade601b4dcf6260bef9f25f6ed2e82e0215 /changelog.d | |
parent | Don't apply cache factor to event cache. (#7578) (diff) | |
download | synapse-4ba55559acf56a041e47ec0d74890d4ad3e0ddb7.tar.xz |
Fix specifying cache factors via env vars with * in name. (#7580)
This mostly applise to `*stateGroupCache*` and co. Broke in #6391.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7580.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7580.bugfix b/changelog.d/7580.bugfix new file mode 100644 index 0000000000..b255dc2a12 --- /dev/null +++ b/changelog.d/7580.bugfix @@ -0,0 +1 @@ +Fix specifying individual cache factors for caches with special characters in their name. Regression in v1.14.0rc1. |