From aacf6289db3cc97869493943189a5d1afa861f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6sters?= Date: Mon, 24 May 2021 17:59:06 +0200 Subject: improvement: increase default max concurrent requests --- DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPLOY.md') diff --git a/DEPLOY.md b/DEPLOY.md index 02073ff..c48b778 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -99,7 +99,7 @@ allow_federation = true trusted_servers = ["matrix.org"] #cache_capacity = 1073741824 # in bytes, 1024 * 1024 * 1024 -#max_concurrent_requests = 4 # How many requests Conduit sends to other servers at the same time +#max_concurrent_requests = 100 # How many requests Conduit sends to other servers at the same time #workers = 4 # default: cpu core count * 2 address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy -- cgit v1.2.3