fix: keepalive_backoff should be a number(int|float)

This commit is contained in:
Zhongwen Deng 2022-06-17 12:03:47 +08:00
parent c47d28cdc3
commit bdb35c2e0b
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ fields("mqtt") ->
)}, )},
{"keepalive_backoff", {"keepalive_backoff",
sc( sc(
float(), number(),
#{ #{
default => 0.75, default => 0.75,
desc => ?DESC(mqtt_keepalive_backoff) desc => ?DESC(mqtt_keepalive_backoff)