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