diff options
author | squahtx <squahtx@users.noreply.github.com> | 2023-02-01 23:43:36 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2023-02-01 23:43:36 +0000 |
commit | 32a5b7940b6a480aa1572cffb6d1b7a670421b17 (patch) | |
tree | 0d3360de32ae4b2735922336e3521eb8aa6819f6 /develop/print.html | |
parent | deploy: bf82b56babc9e2cacba34f8878da3b3834914b3a (diff) | |
download | synapse-32a5b7940b6a480aa1572cffb6d1b7a670421b17.tar.xz |
deploy: 58214dbb9b8a85c0dafc65162e9c20ee1885ce4e
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 1 |
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="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 |