From 923c995023b1113f7b859f5b961a2d84666c1761 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 22 Jul 2020 13:44:16 +0100 Subject: Skip serializing /sync response if client has disconnected (#7927) ... it's a load of work which may be entirely redundant. --- changelog.d/7927.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7927.misc (limited to 'changelog.d') 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. -- cgit 1.4.1