summaryrefslogtreecommitdiff
path: root/conduit-example.toml
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-05-24 17:59:06 +0200
committerTimo Kösters <timo@koesters.xyz>2021-05-24 18:00:39 +0200
commitaacf6289db3cc97869493943189a5d1afa861f3d (patch)
treeaeca42411436435544afcfa263891f5ba8d479d2 /conduit-example.toml
parent57ecd81534aed4cd26d94bcb4c176c8d0fc7e295 (diff)
downloadconduit-aacf6289db3cc97869493943189a5d1afa861f3d.zip
improvement: increase default max concurrent requests
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 3ac3a48..66c105b 100644
--- a/conduit-example.toml
+++ b/conduit-example.toml
@@ -36,7 +36,7 @@ max_request_size = 20_000_000 # in bytes
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
#log = "info,state_res=warn,rocket=off,_=off,sled=off"
#workers = 4 # default: cpu core count * 2