mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Change AAE config so that trees build fast
This commit is contained in:
parent
c695b0b877
commit
67f088e29e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user