Enabled AAE in Riak

This commit is contained in:
Ciaby 2014-09-01 15:36:42 -05:00
parent 8e3610994a
commit ab15011305

View file

@ -65,7 +65,8 @@
{mapred_system, "pipe"}, {mapred_system, "pipe"},
{reduce_js_vm_count, 6}, {reduce_js_vm_count, 6},
{storage_backend, riak_kv_eleveldb_backend}, {storage_backend, riak_kv_eleveldb_backend},
{vnode_vclocks, true} {vnode_vclocks, true},
{anti_entropy, {on, []}},
]}, ]},
{riak_search, [ {riak_search, [
{enabled, false} {enabled, false}