0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-03 03:09:02 +02:00
synapse/changelog.d/15960.misc
Erik Johnston 67f9e5293e
Ensure a long state res does not starve CPU (#15960)
We do this by yielding the reactor in hot loops.
2023-07-19 17:00:33 +00:00

2 lines
85 B
Plaintext

Ensure a long state res does not starve CPU by occasionally yielding to the reactor.