updated dbinfo broadcast to minimize the number of possible WAN round trips
This commit is contained in:
parent
4d131bdd4a
commit
8520c82ca0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue