Merge pull request #2599 from etschannen/release-6.2

establishing 20 TLS connections in parallel is too expensive
This commit is contained in:
Evan Tschannen 2020-01-25 10:59:56 -08:00 committed by GitHub
commit 5c325940ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 );
}