luci-app-mwan3: Update down and up defaults to match mwan3track
authorJames White <james@jmwhite.co.uk>
Fri, 11 Sep 2020 07:24:19 +0000 (08:24 +0100)
committerJames White <james@jmwhite.co.uk>
Tue, 22 Sep 2020 06:20:44 +0000 (07:20 +0100)
Signed-off-by: James White <james@jmwhite.co.uk>
applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua

index c30bce5b7e9fc0b6dee3744492c717d2c35ac917..e669a3c7e412f1ed5b3d91dc66ea60694dafa220 100644 (file)
@@ -213,7 +213,7 @@ recovery:value("3600", translatef("%d hour", 1))
 
 down = mwan_interface:option(ListValue, "down", translate("Interface down"),
        translate("Interface will be deemed down after this many failed ping tests"))
-down.default = "3"
+down.default = "5"
 down:value("1")
 down:value("2")
 down:value("3")
@@ -227,7 +227,7 @@ down:value("10")
 
 up = mwan_interface:option(ListValue, "up", translate("Interface up"),
        translate("Downed interface will be deemed up after this many successful ping tests"))
-up.default = "3"
+up.default = "5"
 up:value("1")
 up:value("2")
 up:value("3")