Skip to content

Commit

Permalink
LegacyTree does not use map
Browse files Browse the repository at this point in the history
So invert the config option here
  • Loading branch information
martinsumner committed Sep 18, 2024
1 parent 2bad0db commit 596718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_kv_clusteraae_fsm.erl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ init(From={_, _, _}, [Query, Timeout]) ->
riak_kv, legacyformat_tictacaae_tree, false
),
leveled_tictac:new_tree(
range_tree, TreeSize, UseLegacyTree
range_tree, TreeSize, not UseLegacyTree
);
repl_keys_range ->
{[], 0, element(5, Query), ?REPL_BATCH_SIZE};
Expand Down

0 comments on commit 596718e

Please sign in to comment.