diff options
author | Erik Johnston <erik@matrix.org> | 2022-03-08 13:23:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 13:23:18 +0000 |
commit | 2ce27a24fe29104ca54e0a879c7ad37d88a3fc69 (patch) | |
tree | 23a2ace0464dfc2fcad8b333fe6bbe93359901fc /changelog.d | |
parent | Do not return allowed_room_ids from /hierarchy response. (#12175) (diff) | |
download | synapse-2ce27a24fe29104ca54e0a879c7ad37d88a3fc69.tar.xz |
Add experimental environment variable to enable asyncio reactor (#12135)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12135.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12135.feature b/changelog.d/12135.feature new file mode 100644 index 0000000000..b337f51730 --- /dev/null +++ b/changelog.d/12135.feature @@ -0,0 +1 @@ +Add experimental env var `SYNAPSE_ASYNC_IO_REACTOR` that causes Synapse to use the asyncio reactor for Twisted. |