fix: use correct room versions

This commit is contained in:
Timo Kösters
2021-03-26 11:10:45 +01:00
parent c213769d9f
commit cd4dc13731
9 changed files with 236 additions and 155 deletions

View File

@@ -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