summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2023-02-01 23:43:36 +0000
committersquahtx <squahtx@users.noreply.github.com>2023-02-01 23:43:36 +0000
commit32a5b7940b6a480aa1572cffb6d1b7a670421b17 (patch)
tree0d3360de32ae4b2735922336e3521eb8aa6819f6 /develop/print.html
parentdeploy: bf82b56babc9e2cacba34f8878da3b3834914b3a (diff)
downloadsynapse-32a5b7940b6a480aa1572cffb6d1b7a670421b17.tar.xz
deploy: 58214dbb9b8a85c0dafc65162e9c20ee1885ce4e
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 14bf428097..36cb826a3f 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -15451,6 +15451,7 @@ A safe example would be <code>WORKER_TYPES=&quot;federation_inbound, federation_
 See the <a href="development/../workers.html">worker documentation</a> for additional information on workers.</li>
 </ul>
 </li>
+<li>Passing <code>ASYNCIO_REACTOR=1</code> as an environment variable to use the Twisted asyncio reactor instead of the default one.</li>
 </ul>
 <p>To increase the log level for the tests, set <code>SYNAPSE_TEST_LOG_LEVEL</code>, e.g:</p>
 <pre><code class="language-sh">SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages