Skip to content

Commit

Permalink
README.md: correct variable name journal_persist_state_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
brakkio86 authored and richm committed Dec 6, 2023
1 parent 459e4cd commit 231df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Available options:
* `use_imuxsock`: Use `imuxsock` instead of `imjournal`. Default to `false`.
* `ratelimit_burst`: Maximum number of messages that can be emitted within ratelimit_interval. Default to `20000` if use_imuxsock is false. Default to `200` if use_imuxsock is true.
* `ratelimit_interval`: Interval to evaluate ratelimit_burst. Default to `600` seconds if use_imuxsock is false. Default to `0` if use_imuxsock is true. 0 indicates ratelimiting is turned off.
* `persist_state_interval`: Journal state is persisted every value messages. Default to `10`. Effective only when use_imuxsock is false.
* `journal_persist_state_interval`: Journal state is persisted every value messages. Default to `10`. Effective only when use_imuxsock is false.

#### logging_inputs files type

Expand Down

0 comments on commit 231df13

Please sign in to comment.