File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/riak/kv/2.2.0/developing/usage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ These properties provide you with the following basic options:
84
84
85
85
### Timestamp-based Resolution
86
86
87
- If the ` [ allow_mult](#siblings)` parameter is set to
87
+ If the [ ` allow_mult ` ] ( #siblings ) parameter is set to
88
88
` false ` , Riak resolves all object replica conflicts internally and does
89
89
not return siblings to the client. How Riak resolves those conflicts
90
90
depends on the value that you set for a different bucket property,
91
- ` [ last_write_wins](/riak/kv/2.2.0/learn/concepts/buckets)` . If ` last_write_wins ` is set to ` false ` ,
91
+ [ ` last_write_wins ` ] ( /riak/kv/2.2.0/learn/concepts/buckets ) . If ` last_write_wins ` is set to ` false ` ,
92
92
Riak will resolve all conflicts on the basis of
93
93
[ timestamps] ( http://en.wikipedia.org/wiki/Timestamp ) , which are
94
94
attached to all Riak objects as metadata.
You can’t perform that action at this time.
0 commit comments