summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-03-08 13:23:18 +0000
committerGitHub <noreply@github.com>2022-03-08 13:23:18 +0000
commit2ce27a24fe29104ca54e0a879c7ad37d88a3fc69 (patch)
tree23a2ace0464dfc2fcad8b333fe6bbe93359901fc /changelog.d
parentDo not return allowed_room_ids from /hierarchy response. (#12175) (diff)
downloadsynapse-2ce27a24fe29104ca54e0a879c7ad37d88a3fc69.tar.xz
Add experimental environment variable to enable asyncio reactor (#12135)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12135.feature1
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.