mirror of https://github.com/openclaw/openclaw.git
docs: clarify loop detection threshold ordering
This commit is contained in:
parent
0d150186c7
commit
aeca47bd44
|
|
@ -79,6 +79,7 @@ Per-agent override (optional):
|
|||
## Recommended setup
|
||||
|
||||
- Start with `enabled: true`, defaults unchanged.
|
||||
- Keep thresholds ordered as `warningThreshold < criticalThreshold < globalCircuitBreakerThreshold`.
|
||||
- If false positives occur:
|
||||
- raise `warningThreshold` and/or `criticalThreshold`
|
||||
- (optionally) raise `globalCircuitBreakerThreshold`
|
||||
|
|
|
|||
Loading…
Reference in New Issue