Let the "fast" merge strategy be the default
This commit is contained in:
parent
9bbc6194d9
commit
2c195da15e
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ do_step(StepFrom, PreviousWork, State) ->
|
|||
TotalWork = (MaxLevel-?TOP_LEVEL+1) * WorkUnit,
|
||||
WorkUnitsLeft = max(0, TotalWork-PreviousWork),
|
||||
|
||||
case hanoi:get_opt( merge_strategy, State#state.opts, predictable) of
|
||||
case hanoi:get_opt( merge_strategy, State#state.opts, fast) of
|
||||
fast ->
|
||||
WorkToDoHere = min(WorkLeftHere, WorkUnitsLeft);
|
||||
predictable ->
|
||||
|
|
Loading…
Reference in a new issue