updated dbinfo broadcast to minimize the number of possible WAN round trips

This commit is contained in:
Evan Tschannen 2020-05-01 13:20:26 -07:00
parent 4d131bdd4a
commit 8520c82ca0
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ void ServerKnobs::initialize(bool randomize, ClientKnobs* clientKnobs, bool isSi
init( POLICY_RATING_TESTS, 200 ); if( randomize && BUGGIFY ) POLICY_RATING_TESTS = 20;
init( POLICY_GENERATIONS, 100 ); if( randomize && BUGGIFY ) POLICY_GENERATIONS = 10;
init( DBINFO_SEND_AMOUNT, 2 );
init( DBINFO_SEND_AMOUNT, 5 );
init( DBINFO_BATCH_DELAY, 0.1 );
//Move Keys