File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
website/cue/reference/components/sources Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -441,13 +441,6 @@ components: sources: ifile: {
441
441
checkpointing : {
442
442
title : " Checkpointing "
443
443
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
-
451
444
The `ifile` source introduces a new `checkpoint_interval` configuration option that
452
445
controls how frequently the current read position is saved to disk during normal operation.
453
446
You can’t perform that action at this time.
0 commit comments