mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix merge problems with options.
Summary: Fix merge problems with options. Test Plan: Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
@@ -75,7 +75,7 @@ Options::Options()
|
||||
access_hint_on_compaction_start(NORMAL),
|
||||
use_adaptive_mutex(false),
|
||||
bytes_per_sync(0),
|
||||
compaction_style(kCompactionStyleLevel) {
|
||||
compaction_style(kCompactionStyleLevel),
|
||||
deletes_check_filter_first(false) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user