Merge pull request #8256 from zhongwencool/float-to-number
fix: keepalive_backoff should be a number(int|float)
This commit is contained in:
commit
8ba9198a61
|
@ -473,7 +473,7 @@ fields("mqtt") ->
|
|||
)},
|
||||
{"keepalive_backoff",
|
||||
sc(
|
||||
float(),
|
||||
number(),
|
||||
#{
|
||||
default => 0.75,
|
||||
desc => ?DESC(mqtt_keepalive_backoff)
|
||||
|
|
Loading…
Reference in New Issue