summary refs log tree commit diff
path: root/latest/development/contributing_guide.html
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-02-14 15:28:53 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-02-14 15:28:53 +0000
commit06d399317dc5fbe32f61272af54f9d1da39c3888 (patch)
tree7c112b77e51a43d8221dbf2b81c5cd2de77733d7 /latest/development/contributing_guide.html
parentdeploy: d22c1c862c8259465a8e95c41eb1f00d0367a640 (diff)
downloadsynapse-06d399317dc5fbe32f61272af54f9d1da39c3888.tar.xz
deploy: 3e90dfdd81c2c6dcaf1f21f24fbca0a4c820b150
Diffstat (limited to 'latest/development/contributing_guide.html')
-rw-r--r--latest/development/contributing_guide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/latest/development/contributing_guide.html b/latest/development/contributing_guide.html

index db99c37188..0129e77777 100644 --- a/latest/development/contributing_guide.html +++ b/latest/development/contributing_guide.html
@@ -366,6 +366,7 @@ A safe example would be <code>WORKER_TYPES=&quot;federation_inbound, federation_ See the <a href="../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