Merge pull request #2599 from etschannen/release-6.2
establishing 20 TLS connections in parallel is too expensive
This commit is contained in:
commit
5c325940ab
|
@ -202,5 +202,5 @@ ClientKnobs::ClientKnobs(bool randomize) {
|
|||
init( CONSISTENCY_CHECK_ONE_ROUND_TARGET_COMPLETION_TIME, 7 * 24 * 60 * 60 ); // 7 days
|
||||
|
||||
//fdbcli
|
||||
init( CLI_CONNECT_PARALLELISM, 20 );
|
||||
init( CLI_CONNECT_PARALLELISM, 10 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue