diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-31 10:48:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 10:48:51 +0100 |
commit | 31d44ec4bd466e938bd6d8d00b2629f5f7ca00a5 (patch) | |
tree | bcb9628435a9012e0f64bacc5f1341e08305541e /changelog.d | |
parent | Clarify that the admin change password endpoint logs them out (#5303) (diff) | |
parent | Newsfile (diff) | |
download | synapse-31d44ec4bd466e938bd6d8d00b2629f5f7ca00a5.tar.xz |
Merge pull request #5294 from matrix-org/erikj/speed_up_room_stats
Speed up room stats background update
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5294.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5294.bugfix b/changelog.d/5294.bugfix new file mode 100644 index 0000000000..5924bda319 --- /dev/null +++ b/changelog.d/5294.bugfix @@ -0,0 +1 @@ +Fix performance problems with the rooms stats background update. |