Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/operator/configuration_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,14 @@ is a setting already specified in the Configuration File.
- **max_evaluator_backlog_duration**: _(Optional)_ Minutes (integer). Default:
`None`.
- **nb_workers_by_hostname**: _(Optional)_ Integer. Default: `5`.
#### **repairer**
- **updated_at_delta**: The minimum time in seconds since the last update to stuck rules
for the repairer to consider repairing rules.
This value is a trade-off between how often the repairer attempts to repair permanently
stuck rules and how long it takes for rules to be repaired that were "unstuck" by an update.
Set to -1 to completely disable age checks, which is needed to repair datasets that are
continuously being attached to.
Float. Default: `1800.0`.
#### **root-proxy-internal**
- ***client_location['site']***
#### **rules**
Expand Down