Skip to content

Commit

Permalink
check-doc
Browse files Browse the repository at this point in the history
Signed-off-by: Essam Eldaly <[email protected]>
  • Loading branch information
eeldaly committed Feb 13, 2025
1 parent b1318b8 commit 83e19cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/blocks-storage/compactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ compactor:
# CLI flag: -compactor.ring.heartbeat-timeout
[heartbeat_timeout: <duration> | default = 1m]

# Time since last heartbeat before compactor will be removed from ring. 0 to
# disable
# CLI flag: -compactor.auto-forget-delay
[auto_forget_delay: <duration> | default = 2m]

# Minimum time to wait for ring stability at startup. 0 to disable.
# CLI flag: -compactor.ring.wait-stability-min-duration
[wait_stability_min_duration: <duration> | default = 1m]
Expand Down
5 changes: 5 additions & 0 deletions docs/configuration/config-file-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2320,6 +2320,11 @@ sharding_ring:
# CLI flag: -compactor.ring.heartbeat-timeout
[heartbeat_timeout: <duration> | default = 1m]
# Time since last heartbeat before compactor will be removed from ring. 0 to
# disable
# CLI flag: -compactor.auto-forget-delay
[auto_forget_delay: <duration> | default = 2m]
# Minimum time to wait for ring stability at startup. 0 to disable.
# CLI flag: -compactor.ring.wait-stability-min-duration
[wait_stability_min_duration: <duration> | default = 1m]
Expand Down

0 comments on commit 83e19cb

Please sign in to comment.