Skip to content

Commit

Permalink
adjust line numbers in docs/components/receive.md to match updated code
Browse files Browse the repository at this point in the history
Signed-off-by: Remi Vichery <[email protected]>
  • Loading branch information
rvichery committed Dec 12, 2024
1 parent 2b5b64c commit 49d2e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Please see the metric `thanos_receive_forward_delay_seconds` to see if you need

The following formula is used for calculating quorum:

```go mdox-exec="sed -n '1012,1022p' pkg/receive/handler.go"
```go mdox-exec="sed -n '1015,1025p' pkg/receive/handler.go"
// writeQuorum returns minimum number of replicas that has to confirm write success before claiming replication success.
func (h *Handler) writeQuorum() int {
// NOTE(GiedriusS): this is here because otherwise RF=2 doesn't make sense as all writes
Expand Down

0 comments on commit 49d2e6b

Please sign in to comment.