Skip to content

Commit 21a80d5

Browse files
committed
docs: Fix ifile source documentation
1 parent ec7f21e commit 21a80d5

File tree

1 file changed

+0
-7
lines changed
  • website/cue/reference/components/sources

1 file changed

+0
-7
lines changed

website/cue/reference/components/sources/ifile.cue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -441,13 +441,6 @@ components: sources: ifile: {
441441
checkpointing: {
442442
title: "Checkpointing"
443443
body: """
444-
Vector checkpoints the current read position after each
445-
successful read. This ensures that Vector resumes where it left
446-
off if restarted, preventing data from being read twice. The
447-
checkpoint positions are stored in the data directory which is
448-
specified via the global `data_dir` option, but can be overridden
449-
via the `data_dir` option in the file source directly.
450-
451444
The `ifile` source introduces a new `checkpoint_interval` configuration option that
452445
controls how frequently the current read position is saved to disk during normal operation.
453446

0 commit comments

Comments
 (0)