summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-27 15:32:19 +0000
committerGitHub <noreply@github.com>2020-10-27 15:32:19 +0000
commit0c7f9cb81fbfa4922f0c7b935374322a7fda4bee (patch)
treed483e4e94d565cf53af933eb29ceb0ddc002edd3 /changelog.d
parentAdd admin API to list users' local media (#8647) (diff)
downloadsynapse-0c7f9cb81fbfa4922f0c7b935374322a7fda4bee.tar.xz
Don't unnecessarily start bg process while handling typing. (#8668)
There's no point starting a background process when all its going to do is bail if federation isn't enabled.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8668.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8668.misc b/changelog.d/8668.misc
new file mode 100644
index 0000000000..cf6023f783
--- /dev/null
+++ b/changelog.d/8668.misc
@@ -0,0 +1 @@
+Reduce number of OpenTracing spans started.