Fix typo (parralel->parallel) v0.10

This commit is contained in:
ionutboangiu
2021-06-30 09:45:51 +03:00
committed by Dan Christian Bogos
parent b624bada7c
commit 2a00b1cd5e
10 changed files with 17 additions and 17 deletions

View File

@@ -30,7 +30,7 @@
// "digest_separator": ",", // separator to use in replies containing data digests
// "digest_equal": ":", // equal symbol used in case of digests
// "rsr_separator": ";", // separator used within RSR fields
// "max_parralel_conns": 100, // the maximum number of connection used by the *parallel strategy
// "max_parallel_conns": 100, // the maximum number of connection used by the *parallel strategy
// "concurrent_requests": 0, // number of active concurrent requests
// "concurrent_strategy": "*busy", // strategy for limit active concurrent requests
// },