fix inherited sequential small options
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
799b2909ab
commit
daf4b56435
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ fn set_for_random_small(opts: &mut Options, config: &Config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn set_for_sequential_small(opts: &mut Options, config: &Config) {
|
fn set_for_sequential_small(opts: &mut Options, config: &Config) {
|
||||||
set_for_random(opts, config);
|
set_for_sequential(opts, config);
|
||||||
|
|
||||||
opts.set_write_buffer_size(1024 * 512);
|
opts.set_write_buffer_size(1024 * 512);
|
||||||
opts.set_target_file_size_base(1024 * 512);
|
opts.set_target_file_size_base(1024 * 512);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue