diff --git a/succbone/succd/index.html b/succbone/succd/index.html
index 6be0c1d..a8d9625 100644
--- a/succbone/succd/index.html
+++ b/succbone/succd/index.html
@@ -51,16 +51,6 @@ td > span {
.logo > img {
height: 10em;
}
-
-.main-grid {
- margin: 2em;
- clear: both;
-
- display: grid;
- grid-template-columns: repeat(auto-fit, minmax(50em, 1fr));
- column-gap: 2em;
- row-gap: 2em;
-}
@@ -68,7 +58,7 @@ td > span {
succd
nothing more permanent than a temporary solution
-
+
Thresholds |
diff --git a/succbone/succd/main.go b/succbone/succd/main.go
index 4a39d11..a8ae0f8 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(2e-2)
+ flagPressureThresholdRoughHysteresis = ScientificNotationValue(5e-2)
flagPressureThresholdHigh = ScientificNotationValue(1e-4)
- flagPressureThresholdHighHysteresis = ScientificNotationValue(2e-5)
+ flagPressureThresholdHighHysteresis = ScientificNotationValue(5e-5)
)
func main() {