Skip to content

Commit 6b71717

Browse files
authored
Merge pull request basho#2510 from lucafavatella/patch-1
Fix formatting of optional parameters in dt-store
2 parents 2f35ef7 + fa9650d commit 6b71717

File tree

1 file changed

+1
-2
lines changed
  • content/riak/kv/2.2.3/developing/api/protocol-buffers

1 file changed

+1
-2
lines changed

content/riak/kv/2.2.3/developing/api/protocol-buffers/dt-store.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ Parameter | Description
8383
`w` | Write quorum, i.e. how many replicas to write to before returning a successful response
8484
`dw` | Durable write quorum, i.e. how many replicas to commit to durable storage before returning a successful response
8585
`pw` | Primary write quorum, i.e. how many primary nodes must be up when the write is attempted
86-
`return_body` | Whether to return the contents of the stored object.
87-
Defaults to `false`.
86+
`return_body` | Whether to return the contents of the stored object. Defaults to `false`.
8887
`timeout` | The timeout duration, in milliseconds, after which Riak will return an error message
8988
`sloppy_quorum` | If this parameter is set to `true`, the next available node in the ring will accept requests if any primary node is unavailable
9089
`n_val` | The number of nodes on which the value is to be stored

0 commit comments

Comments
 (0)