disable change feed cache by default
This commit is contained in:
parent
a8ceadd917
commit
b09d6d44eb
|
@ -1146,7 +1146,7 @@ void ServerKnobs::initialize(Randomize randomize, ClientKnobs* clientKnobs, IsSi
|
|||
init( BLOB_WORKER_DO_REJECT_WHEN_FULL, true ); if ( randomize && BUGGIFY ) BLOB_WORKER_DO_REJECT_WHEN_FULL = false;
|
||||
init( BLOB_WORKER_REJECT_WHEN_FULL_THRESHOLD, 0.9 );
|
||||
init( BLOB_WORKER_FORCE_FLUSH_CLEANUP_DELAY, 30.0 ); if ( randomize && BUGGIFY ) BLOB_WORKER_FORCE_FLUSH_CLEANUP_DELAY = deterministicRandom()->randomInt(0, 10) - 1;
|
||||
init( BLOB_WORKER_DISK_ENABLED, true ); if ( randomize && BUGGIFY ) BLOB_WORKER_DISK_ENABLED = true;
|
||||
init( BLOB_WORKER_DISK_ENABLED, false ); if ( randomize && BUGGIFY ) BLOB_WORKER_DISK_ENABLED = true;
|
||||
init( BLOB_WORKER_STORE_TYPE, 3 );
|
||||
init( BLOB_WORKER_REJOIN_TIME, 10.0 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue