fix: keepalive_backoff should be a number(int|float)
This commit is contained in:
parent
c47d28cdc3
commit
bdb35c2e0b
|
@ -473,7 +473,7 @@ fields("mqtt") ->
|
|||
)},
|
||||
{"keepalive_backoff",
|
||||
sc(
|
||||
float(),
|
||||
number(),
|
||||
#{
|
||||
default => 0.75,
|
||||
desc => ?DESC(mqtt_keepalive_backoff)
|
||||
|
|
Loading…
Reference in New Issue