summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-07-19 18:00:33 +0100
committerGitHub <noreply@github.com>2023-07-19 17:00:33 +0000
commit67f9e5293ea6650b2ec284c0b7503f3f3eade94b (patch)
treed5e1683a0e61dd2de656ae4f8fdd6308123d1b90 /changelog.d
parentFix bad merge of #15933 (#15958) (diff)
downloadsynapse-67f9e5293ea6650b2ec284c0b7503f3f3eade94b.tar.xz
Ensure a long state res does not starve CPU (#15960)
We do this by yielding the reactor in hot loops.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15960.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15960.misc b/changelog.d/15960.misc
new file mode 100644
index 0000000000..7cac24a3c5
--- /dev/null
+++ b/changelog.d/15960.misc
@@ -0,0 +1 @@
+Ensure a long state res does not starve CPU by occasionally yielding to the reactor.