diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-06 13:33:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-08-06 13:33:42 +0100 |
commit | c32d3590943542b2d433bb50a7b7fe1529c05acd (patch) | |
tree | 269a88b4caa9fd08236f066f8a5e2bb5df0d7ae2 /changelog.d | |
parent | Don't unnecessarily block notifying of new events. (diff) | |
download | synapse-c32d3590943542b2d433bb50a7b7fe1529c05acd.tar.xz |
Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5826.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5826.misc b/changelog.d/5826.misc new file mode 100644 index 0000000000..9abed11bbe --- /dev/null +++ b/changelog.d/5826.misc @@ -0,0 +1 @@ +Reduce global pauses in the events stream caused by expensive state resolution during persistence. |