summary refs log tree commit diff
path: root/latest/development/contributing_guide.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-08-01 11:02:34 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-08-01 11:02:34 +0000
commit6dbfe29923eb271471bbd74723137f9b0987e644 (patch)
tree6a2711df4f3f5be1488b2b087d32741aeb9bdbe6 /latest/development/contributing_guide.html
parentdeploy: e02f4b7de287f49476ee5b60e3e439eb8bb11047 (diff)
downloadsynapse-6dbfe29923eb271471bbd74723137f9b0987e644.tar.xz
deploy: 190c990a76ac0faaaec31340a721cee4d172016a
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 074dc655a2..cbfd13c9a7 100644 --- a/latest/development/contributing_guide.html +++ b/latest/development/contributing_guide.html
@@ -392,6 +392,7 @@ See the <a href="../workers.html">worker documentation</a> for additional inform </li> <li>Passing <code>ASYNCIO_REACTOR=1</code> as an environment variable to use the Twisted asyncio reactor instead of the default one.</li> <li>Passing <code>PODMAN=1</code> will use the <a href="https://podman.io/">podman</a> container runtime, instead of docker.</li> +<li>Passing <code>UNIX_SOCKETS=1</code> will utilise Unix socket functionality for Synapse, Redis, and Postgres(when applicable).</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