diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-01 11:43:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 11:43:10 +0100 |
commit | 04196a4dae6315bcbb04067df7a6c2eef2b62090 (patch) | |
tree | 97436c1921a03247e29a0e226ca441148cd23bcd /changelog.d | |
parent | Make the http server handle coroutine-making REST servlets (#5475) (diff) | |
parent | Fixup comment (diff) | |
download | synapse-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.bugfix | 1 |
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. |