establishing 20 TLS connections in parallel is too expensive

This commit is contained in:
Evan Tschannen 2020-01-25 10:59:20 -08:00
parent 8972027f43
commit 1ed3ba7170
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}