diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-27 12:04:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-27 12:04:37 +0100 |
commit | eefc6b3a0d08cd2a64be7c78c0a4a651cc965be9 (patch) | |
tree | ca91c6cf8a1b5639668f68f639c99a1c1ff32b3b /changelog.d | |
parent | Ensure ReplicationStreamer is always started when replication enabled. (#7579) (diff) | |
download | synapse-eefc6b3a0d08cd2a64be7c78c0a4a651cc965be9.tar.xz |
Don't apply cache factor to event cache. (#7578)
This is already correctly done when we instansiate the cache, but wasn't when it got reloaded (which always happens at least once on startup).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7578.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7578.bugfix b/changelog.d/7578.bugfix new file mode 100644 index 0000000000..cd29307361 --- /dev/null +++ b/changelog.d/7578.bugfix @@ -0,0 +1 @@ +Fix cache config to not apply cache factor to event cache. Regression in v1.14.0rc1. |