diff --git a/succbone/succd/main.go b/succbone/succd/main.go index 4a39d11..64663a8 100644 --- a/succbone/succd/main.go +++ b/succbone/succd/main.go @@ -14,7 +14,7 @@ var ( flagFake bool flagListenHTTP string flagPressureThresholdRough = ScientificNotationValue(1e-1) - flagPressureThresholdRoughHysteresis = ScientificNotationValue(2e-2) + flagPressureThresholdRoughHysteresis = ScientificNotationValue(3e-2) flagPressureThresholdHigh = ScientificNotationValue(1e-4) flagPressureThresholdHighHysteresis = ScientificNotationValue(2e-5) )