diff options
author | Timo Kösters <timo@koesters.xyz> | 2021-05-24 17:59:06 +0200 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2021-05-24 18:00:39 +0200 |
commit | aacf6289db3cc97869493943189a5d1afa861f3d (patch) | |
tree | aeca42411436435544afcfa263891f5ba8d479d2 /debian | |
parent | 57ecd81534aed4cd26d94bcb4c176c8d0fc7e295 (diff) | |
download | conduit-aacf6289db3cc97869493943189a5d1afa861f3d.zip |
improvement: increase default max concurrent requests
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index c3d727c..6a4cdb8 100644 --- a/debian/postinst +++ b/debian/postinst @@ -74,7 +74,7 @@ max_request_size = 20_000_000 # in bytes #allow_jaeger = false #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 EOF |