0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00
synapse/synapse
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
..
_scripts Portdb: don't copy a table that gets rebuilt (#16563) 2023-10-27 20:14:02 +01:00
api
app
appservice
config Add a new module API to update user presence state. (#16544) 2023-10-26 15:11:24 -04:00
crypto
events Add new module API for adding custom fields to events unsigned section (#16549) 2023-10-27 09:04:08 +00:00
federation Fix import ordering issue introduced in 7a3a55ac98. 2023-10-31 10:32:35 -04:00
handlers Remove remaining usage of cursor_to_dict. (#16564) 2023-10-31 13:13:28 -04:00
http
logging Do not call getfullargspec on every call. (#16589) 2023-10-31 20:16:17 +00:00
media Remove more usages of cursor_to_dict. (#16551) 2023-10-26 15:12:28 -04:00
metrics Support reactor timing metric on more reactors. (#16532) 2023-11-06 08:31:22 -05:00
module_api Add new module API for adding custom fields to events unsigned section (#16549) 2023-10-27 09:04:08 +00:00
push
replication Add fast path for replication events stream fetch (#16580) 2023-10-30 14:47:57 +00:00
res
rest Remove remaining usage of cursor_to_dict. (#16564) 2023-10-31 13:13:28 -04:00
server_notices
spam_checker_api
state
static
storage Simplify event persistence code (#16584) 2023-11-03 07:30:31 -04:00
streams Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
types Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
util Bump twisted from 23.8.0 to 23.10.0 (#16588) 2023-11-01 10:23:13 +00:00
__init__.py
_pydantic_compat.py
event_auth.py
notifier.py Allow multiple workers to write to receipts stream. (#16432) 2023-10-25 16:16:19 +01:00
py.typed
server.py Add new module API for adding custom fields to events unsigned section (#16549) 2023-10-27 09:04:08 +00:00
visibility.py