diff options
author | David Robertson <davidr@element.io> | 2022-04-26 15:53:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 15:53:06 +0100 |
commit | 6d89f1239ce5ebe83b085a2b8939b2b6ce461265 (patch) | |
tree | aa1424da41ffae5c79ce2967c5a003d5d79de114 /changelog.d | |
parent | Fix sending opentracing contexts to remote servers (#12555) (diff) | |
download | synapse-6d89f1239ce5ebe83b085a2b8939b2b6ce461265.tar.xz |
Comment out dodgy log-kv (#12554)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12554.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12554.bugfix b/changelog.d/12554.bugfix new file mode 100644 index 0000000000..48c1146db5 --- /dev/null +++ b/changelog.d/12554.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.58.0rc1 where the main process could consume excessive amounts of CPU and memory handling sentry logging failures. |