Skip to content

Commit c4cf65e

Browse files
committed
Merge pull request #687 from basho/bugfix/csm/bucket-types-develop
Update bucket properties hash for write_once. Reviewed-by: jonmeredith
2 parents 0d77ee5 + 37ad44d commit c4cf65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riak_repl_bucket_type_util.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
-define(DEFAULT_BUCKET_TYPE, <<"default">>).
1616

17-
-define(DEFAULT_HASH_BUCKET_PROPS, [consistent, datatype, n_val, allow_mult, last_write_wins]).
17+
-define(DEFAULT_HASH_BUCKET_PROPS, [consistent, datatype, n_val, write_once]).
1818

1919
-spec bucket_props_match(proplists:proplist()) -> boolean().
2020
bucket_props_match(Props) ->

0 commit comments

Comments
 (0)