Change AAE config so that trees build fast

This commit is contained in:
Chris Tilt 2013-03-30 12:49:57 -07:00
parent c695b0b877
commit 67f088e29e

View File

@ -22,7 +22,9 @@ confirm() ->
{riak_kv,
[
%% TODO: confirm AAE options with Joe
{anti_entropy, {on, []}}
{anti_entropy, {on, []}},
{anti_entropy_build_limit, {100, 1000}},
{anti_entropy_concurrency, 100}
]
},
{riak_repl,