summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-03-26 11:10:45 +0100
committerTimo Kösters <timo@koesters.xyz>2021-03-26 13:30:17 +0100
commitcd4dc137310f8cb7b8df97df549b3da95a4d68af (patch)
tree90ad1c67d3f7fe9c1a7d5566863aa4b768e8da74 /conduit-example.toml
parentc213769d9f8448b21ae414db62a68ea0044701cc (diff)
downloadconduit-cd4dc137310f8cb7b8df97df549b3da95a4d68af.zip
fix: use correct room versions
Diffstat (limited to 'conduit-example.toml')
-rw-r--r--conduit-example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduit-example.toml b/conduit-example.toml
index fea84bd..87f959d 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -35,7 +35,7 @@ max_request_size = 20_000_000 # in bytes
#cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024
#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time
-#log = "info,rocket=off,_=off,sled=off"
+#log = "info,state_res=warn,rocket=off,_=off,sled=off"
#workers = 4 # default: cpu core count * 2
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy