diff options
author | Timo Kösters <timo@koesters.xyz> | 2022-12-21 15:51:47 +0100 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2022-12-21 15:51:47 +0100 |
commit | 53f14a2c4c216b529cc63137d8704573197aed19 (patch) | |
tree | 866d747ed9345f04e7f31c10f7f4e045af29be2b /debian/postinst | |
parent | df16012661b0ec958be41f5a52b4f9bb931dc3ff (diff) | |
parent | d20f21ae32061ef81feb9786ca78fbb1345c9a3a (diff) | |
download | conduit-53f14a2c4c216b529cc63137d8704573197aed19.zip |
Merge remote-tracking branch 'origin/next'
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index aab2480..73e554b 100644 --- a/debian/postinst +++ b/debian/postinst @@ -77,7 +77,7 @@ allow_federation = true trusted_servers = ["matrix.org"] #max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time -#log = "info,state_res=warn,rocket=off,_=off,sled=off" +#log = "warn,state_res=warn,rocket=off,_=off,sled=off" EOF fi ;; |