summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-09-29 14:52:48 +0300
committerGitHub <noreply@github.com>2023-09-29 11:52:48 +0000
commit20fb08ec803c324a58e0f972935a27debaac133f (patch)
tree779302f0ec73919fa8d6e8f95328acee4e8d1e3b /changelog.d
parentSupport rendering some media downloads as inline (#15988) (diff)
downloadsynapse-20fb08ec803c324a58e0f972935a27debaac133f.tar.xz
Downgrade repl stream time out error to warning (#16401)
This is because if a worker reaches ~100% CPU then everything starts
lagging and we hit the log line a lot. When at error we invoke sentry
and that has a lot of overhead, which then puts even more pressure on
the worker.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16401.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16401.misc b/changelog.d/16401.misc
new file mode 100644
index 0000000000..86d2749a08
--- /dev/null
+++ b/changelog.d/16401.misc
@@ -0,0 +1 @@
+Downgrade replication stream time out error log lines to warning.