diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-11-06 08:31:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 08:31:22 -0500 |
commit | cc4fe68adff0fb5660b94f92bd40978e7e292098 (patch) | |
tree | c85bb3026c4ac8b5d1ac59c963fc563233e69936 /mypy.ini | |
parent | Bump setuptools-rust from 1.8.0 to 1.8.1 (#16601) (diff) | |
download | synapse-cc4fe68adff0fb5660b94f92bd40978e7e292098.tar.xz |
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.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mypy.ini b/mypy.ini |