diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-19 18:00:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 17:00:33 +0000 |
commit | 67f9e5293ea6650b2ec284c0b7503f3f3eade94b (patch) | |
tree | d5e1683a0e61dd2de656ae4f8fdd6308123d1b90 /changelog.d | |
parent | Fix bad merge of #15933 (#15958) (diff) | |
download | synapse-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.misc | 1 |
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. |