Reduce cas_concurrency to 200.
The initial setting of 1000 is unnecessarily high, and has caused problems for some at-home devs. Bug: 336951193 Change-Id: I44d56c5767d8c9753eaacc6aa71869b006d589eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5539905 Reviewed-by: Ben Segall <bentekkie@google.com> Commit-Queue: Michael Savigny <msavigny@google.com> Cr-Commit-Position: refs/heads/main@{#1301315}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
fd29a277d3
commit
696ab5921d
@ -16,7 +16,7 @@ depsscanner_address=$depsscanner_address
|
||||
max_concurrent_streams_per_conn=50
|
||||
max_concurrent_requests_per_conn=50
|
||||
min_grpc_connections=50
|
||||
cas_concurrency=1000
|
||||
cas_concurrency=200
|
||||
|
||||
# Always compress artifacts
|
||||
compression_threshold=0
|
||||
|
Reference in New Issue
Block a user