Skip to content

Commit 34ccda6

Browse files
committed
Revert "Update bucket properties hash for write_once."
This reverts commit 37ad44d.
1 parent c4cf65e commit 34ccda6

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, write_once]).
17+
-define(DEFAULT_HASH_BUCKET_PROPS, [consistent, datatype, n_val, allow_mult, last_write_wins]).
1818

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

0 commit comments

Comments
 (0)