summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-07-22 13:44:16 +0100
committerGitHub <noreply@github.com>2020-07-22 13:44:16 +0100
commit923c995023b1113f7b859f5b961a2d84666c1761 (patch)
treebdcab89d519e751fc7a7c34ce6761e19949793c9 /changelog.d
parentAdd debugging to sync response generation (#7929) (diff)
downloadsynapse-923c995023b1113f7b859f5b961a2d84666c1761.tar.xz
Skip serializing /sync response if client has disconnected (#7927)
... it's a load of work which may be entirely redundant.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7927.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7927.misc b/changelog.d/7927.misc
new file mode 100644
index 0000000000..3b864da03d
--- /dev/null
+++ b/changelog.d/7927.misc
@@ -0,0 +1 @@
+Optimisation to /sync handling: skip serializing the response if the client has already disconnected.