Update configuration.rs
This commit is contained in:
parent
7b5eeb1dd7
commit
dc79e63db7
@ -280,7 +280,7 @@ impl Configuration {
|
||||
|
||||
// compaction profile
|
||||
client_config.db_compaction = match self.args.flag_db_compaction.as_str() {
|
||||
"default" => DatabaseCompactionProfile::Default,
|
||||
"ssd" => DatabaseCompactionProfile::Default,
|
||||
"hdd" => DatabaseCompactionProfile::HDD,
|
||||
_ => { die!("Invalid compaction profile given (--db-compaction argument), expected hdd/default."); }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user