MatrixSynapse/changelog.d
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
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
16532.misc Support reactor timing metric on more reactors. (#16532) 2023-11-06 08:31:22 -05:00
16564.misc Remove remaining usage of cursor_to_dict. (#16564) 2023-10-31 13:13:28 -04:00
16584.misc Simplify event persistence code (#16584) 2023-11-03 07:30:31 -04:00
16585.misc Use simple_select_many_txn in event persistance code. (#16585) 2023-11-02 09:41:00 -04:00
16586.misc Simplify event persistence code (#16584) 2023-11-03 07:30:31 -04:00
16588.misc Bump twisted from 23.8.0 to 23.10.0 (#16588) 2023-11-01 10:23:13 +00:00
16589.misc Do not call getfullargspec on every call. (#16589) 2023-10-31 20:16:17 +00:00