0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-31 17:58:57 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Patrick Cloke cc4fe68adf
Support reactor timing metric on more reactors. (#16532)
Previously only Twisted's EPollReactor was compatible with the
reactor timing metric, notably not working when asyncio was used.

After this change, the following configurations support the reactor
timing metric:

* poll, epoll, or select reactors
* asyncio reactor with a poll, epoll, select, /dev/poll, or kqueue event loop.
2023-11-06 08:31:22 -05:00