From c87dcdae79c6266ac3dac70af08fbef5eb21629b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 14 Dec 2023 21:33:16 +0100 Subject: fixup! Run Matrix services in OCI containers --- tw/services/matrix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/services') diff --git a/tw/services/matrix.scm b/tw/services/matrix.scm index 0e7cff61..204c8d84 100644 --- a/tw/services/matrix.scm +++ b/tw/services/matrix.scm @@ -49,7 +49,7 @@ Matrix server is hosted. Usernames will include this hostname. If not given, ("CONDUIT_ALLOW_FEDERATION" . "false") ("CONDUIT_ALLOW_CHECK_FOR_UPDATES" . "false") ("CONDUIT_ENABLE_LIGHTNING_BOLT" . "false") - ("CONDUIT_MAX_REQUEST_SIZE" . "100_000_000") + ("CONDUIT_MAX_REQUEST_SIZE" . "100000000") ("CONDUIT_TRUSTED_SERVERS" . "[\"matrix.org\"]"))) (volumes `((,(string-append data-path "/conduit") . "/var/lib/matrix-conduit"))))))) -- cgit v1.2.3