Revert "db_bench: --soft_pending_compaction_bytes_limit should set options.soft_pending_compaction_bytes_limit"
This reverts commit c726b0fdc1
.
Bad backporting
This commit is contained in:
parent
c726b0fdc1
commit
eb965e1bc3
@ -2488,8 +2488,6 @@ class Benchmark {
|
|||||||
}
|
}
|
||||||
options.soft_rate_limit = FLAGS_soft_rate_limit;
|
options.soft_rate_limit = FLAGS_soft_rate_limit;
|
||||||
options.hard_rate_limit = FLAGS_hard_rate_limit;
|
options.hard_rate_limit = FLAGS_hard_rate_limit;
|
||||||
options.soft_pending_compaction_bytes_limit =
|
|
||||||
FLAGS_soft_pending_compaction_bytes_limit;
|
|
||||||
options.hard_pending_compaction_bytes_limit =
|
options.hard_pending_compaction_bytes_limit =
|
||||||
FLAGS_hard_pending_compaction_bytes_limit;
|
FLAGS_hard_pending_compaction_bytes_limit;
|
||||||
options.delayed_write_rate = FLAGS_delayed_write_rate;
|
options.delayed_write_rate = FLAGS_delayed_write_rate;
|
||||||
|
Loading…
Reference in New Issue
Block a user