Riak 2.0 allow_mult defaults to true

This commit is contained in:
Russell Brown 2014-01-06 21:35:04 +00:00 committed by Kelly McLaughlin
parent f100468e11
commit 4e7936da17

View File

@ -28,7 +28,7 @@
-include_lib("eunit/include/eunit.hrl").
-define(BUCKET, <<"test">>).
-define(DEFAULT_PROPS, [{allow_mult,false},
-define(DEFAULT_PROPS, [{allow_mult,true},
{basic_quorum,false},
{big_vclock,50},
{chash_keyfun,{riak_core_util,chash_std_keyfun}},