summary refs log tree commit diff
path: root/develop/development/contributing_guide.html
diff options
context:
space:
mode:
authorMadLittleMods <MadLittleMods@users.noreply.github.com>2023-07-11 18:09:05 +0000
committerMadLittleMods <MadLittleMods@users.noreply.github.com>2023-07-11 18:09:05 +0000
commitad01c39914eb78e2c9007a94d6f91d4885ab9752 (patch)
treeb3f24df33cb372b082092537322180ffb116a65e /develop/development/contributing_guide.html
parentdeploy: 7c7bd9898b071385400ef2e083ae0b85c4935242 (diff)
downloadsynapse-ad01c39914eb78e2c9007a94d6f91d4885ab9752.tar.xz
deploy: 224ef0b669fdd85925d66deb38ba1b51c5aaa1bd
Diffstat (limited to 'develop/development/contributing_guide.html')
-rw-r--r--develop/development/contributing_guide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html

index 074dc655a2..cbfd13c9a7 100644 --- a/develop/development/contributing_guide.html +++ b/develop/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