mirror of https://gitee.com/bigwinds/arangodb
Remove implicit cast
This commit is contained in:
parent
71db758e35
commit
374f24fbd7
|
@ -519,7 +519,7 @@ bool config_t::merge(VPackSlice const& conf) {
|
|||
_compactionStepSize = conf.get(compactionStepSizeStr).getUInt();
|
||||
ss << _compactionStepSize << " (persisted)";
|
||||
} else {
|
||||
_compactionStepSize = 2.5;
|
||||
_compactionStepSize = 2;
|
||||
ss << _compactionStepSize << " (default)";
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue