do not buggify future version delay, because remote storage servers will be delayed getting data so they need additional time

This commit is contained in:
Evan Tschannen 2018-06-29 11:29:22 -07:00
parent 7e68bee692
commit 1f02bdee0a
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ ServerKnobs::ServerKnobs(bool randomize, ClientKnobs* clientKnobs) {
//Storage Server
init( STORAGE_LOGGING_DELAY, 5.0 );
init( STORAGE_SERVER_POLL_METRICS_DELAY, 1.0 );
init( FUTURE_VERSION_DELAY, 1.0 ); if( randomize && BUGGIFY ) FUTURE_VERSION_DELAY = 0.001;
init( FUTURE_VERSION_DELAY, 1.0 );
init( STORAGE_LIMIT_BYTES, 500000 );
init( BUGGIFY_LIMIT_BYTES, 1000 );
init( FETCH_BLOCK_BYTES, 2e6 );