Skip to content

Commit

Permalink
Update docs/sources/flow/reference/components/loki.write.md
Browse files Browse the repository at this point in the history
Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
thepalbi and clayton-cornell authored Nov 17, 2023
1 parent 98ec1c1 commit 3514f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/flow/reference/components/loki.write.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Name | Type | Description
`max_segment_age` | `duration` | Maximum time a WAL segment should be allowed to live. Segments older than this setting will be eventually deleted. | `"1h"` | no
`min_read_frequency` | `duration` | Minimum backoff time in the backup read mechanism. | `"250ms"` | no
`max_read_frequency` | `duration` | Maximum backoff time in the backup read mechanism. | `"1s"` | no
`drain_timeout` | `duration` | Maximum time the WAL drain procedure can take, before being forcefully stopped. | `"30s"` | no
`drain_timeout` | `duration` | Maximum time the WAL drain procedure can take before being forcefully stopped. | `"30s"` | no

[run]: {{< relref "../cli/run.md" >}}

Expand Down

0 comments on commit 3514f0f

Please sign in to comment.