mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Riak 2.0 allow_mult defaults to true
This commit is contained in:
parent
f100468e11
commit
4e7936da17
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user