diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-08-27 11:16:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 09:16:40 +0000 |
commit | e62cdbef1a499f428e48f98167b2b709d16c671d (patch) | |
tree | 6382647400a1d77fd88979a95f8c780b2edf649c /changelog.d | |
parent | Fix perf of fetching the same events many times. (#10703) (diff) | |
download | synapse-e62cdbef1a499f428e48f98167b2b709d16c671d.tar.xz |
Improve ServerNoticeServlet to avoid duplicate requests (#10679)
Fixes: #9544
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10679.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10679.bugfix b/changelog.d/10679.bugfix new file mode 100644 index 0000000000..5c4061f6d5 --- /dev/null +++ b/changelog.d/10679.bugfix @@ -0,0 +1 @@ +Improve ServerNoticeServlet to avoid duplicate requests and add unit tests. \ No newline at end of file |