Skip to content

Commit 5737fde

Browse files
add applies_to badge to changes introduced in elastic#17759
1 parent 88b55aa commit 5737fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/persistent-queues.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ If you want to define values for a specific pipeline, use [`pipelines.yml`](/ref
8181

8282
To avoid losing data in the persistent queue, you can set `queue.checkpoint.writes: 1` to force a checkpoint after each event is written. Keep in mind that disk writes have a resource cost. Setting this value to `1` ensures maximum durability, but can severely impact performance. See [Controlling durability](#durability-persistent-queues) to better understand the trade-offs.
8383

84-
84+
`queue.checkpoint.interval` {applies_to}`stack: deprecated 9.1`
85+
: Sets the interval in milliseconds when a checkpoint is forced on the head page. Default is `1000`. Set to `0` to eliminate periodic checkpoints.
8586

8687
## Configuration notes [pq-config-notes]
8788

0 commit comments

Comments
 (0)