Reduce restore dispatch transaction size.

This commit is contained in:
Stephen Atherton 2018-01-22 15:04:14 -08:00
parent 66de9d392b
commit 1f59f9ee5b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ ClientKnobs::ClientKnobs(bool randomize) {
init( BACKUP_RANGEFILE_BLOCK_SIZE, 1024 * 1024);
init( BACKUP_LOGFILE_BLOCK_SIZE, 1024 * 1024);
init( BACKUP_DISPATCH_ADDTASK_SIZE, 50 );
init( RESTORE_DISPATCH_ADDTASK_SIZE, 1000 );
init( RESTORE_DISPATCH_ADDTASK_SIZE, 150 );
init( RESTORE_DISPATCH_BATCH_SIZE, 30000 ); if( randomize && BUGGIFY ) RESTORE_DISPATCH_BATCH_SIZE = 1;
init( RESTORE_WRITE_TX_SIZE, 256 * 1024 );
init( APPLY_MAX_LOCK_BYTES, 1e9 );