succd: change safety reset threshold
This commit is contained in:
parent
ae9ac4ea0e
commit
eb7707f1a0
|
@ -131,7 +131,7 @@ func (d *daemon) processOnce(_ context.Context) error {
|
|||
}
|
||||
} else {
|
||||
if d.failsafe {
|
||||
if mbar >= 1e-2 {
|
||||
if mbar >= 1e2 {
|
||||
d.failsafe = false
|
||||
klog.Infof("Values are plausible again; quitting failsafe mode")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue