diff options
author | Erik Johnston <erikj@jki.re> | 2018-08-20 13:33:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-20 13:33:35 +0100 |
commit | cf6f9a8b5315d7d2ff4f96d3a183141aef354fd8 (patch) | |
tree | ef4e7f1494d66aade81f8ac07a7d528d743bb889 /changelog.d | |
parent | Merge pull request #3713 from matrix-org/erikj/fixup_fed_logging (diff) | |
parent | Newsfile (diff) | |
download | synapse-cf6f9a8b5315d7d2ff4f96d3a183141aef354fd8.tar.xz |
Merge pull request #3719 from matrix-org/erikj/use_cache_fact
Use get_cache_factor_for function for `state_cache`
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3719.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3719.bugfix b/changelog.d/3719.bugfix new file mode 100644 index 0000000000..095d9288e8 --- /dev/null +++ b/changelog.d/3719.bugfix @@ -0,0 +1 @@ +Fix bug where `state_cache` cache factor ignored environment variables |