summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-01 11:43:10 +0100
committerGitHub <noreply@github.com>2019-07-01 11:43:10 +0100
commit04196a4dae6315bcbb04067df7a6c2eef2b62090 (patch)
tree97436c1921a03247e29a0e226ca441148cd23bcd /changelog.d
parentMake the http server handle coroutine-making REST servlets (#5475) (diff)
parentFixup comment (diff)
downloadsynapse-04196a4dae6315bcbb04067df7a6c2eef2b62090.tar.xz
Merge pull request #5507 from matrix-org/erikj/presence_sync_tighloop
Fix sync tightloop bug.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5507.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5507.bugfix b/changelog.d/5507.bugfix
new file mode 100644
index 0000000000..70452aa146
--- /dev/null
+++ b/changelog.d/5507.bugfix
@@ -0,0 +1 @@
+Fix bug where clients could tight loop calling `/sync` for a period.