Merge pull request #3234 from emqx/rm-hibernate-after
Remove the unused 'hibernate_after' config
This commit is contained in:
commit
2858d828b1
|
@ -570,11 +570,6 @@ mqtt.strict_mode = false
|
||||||
## Value: duration
|
## Value: duration
|
||||||
zone.external.idle_timeout = 15s
|
zone.external.idle_timeout = 15s
|
||||||
|
|
||||||
## Hibernate after a duration of idle state.
|
|
||||||
##
|
|
||||||
## Value: duration
|
|
||||||
zone.external.hibernate_after = 60s
|
|
||||||
|
|
||||||
## Publish limit for the external MQTT connections.
|
## Publish limit for the external MQTT connections.
|
||||||
##
|
##
|
||||||
## Value: Number,Duration
|
## Value: Number,Duration
|
||||||
|
|
|
@ -735,12 +735,6 @@ end}.
|
||||||
{datatype, {duration, ms}}
|
{datatype, {duration, ms}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
%% @doc Hibernate after a duration of idle state.
|
|
||||||
{mapping, "zone.$name.hibernate_after", "emqx.zones", [
|
|
||||||
{default, "60s"},
|
|
||||||
{datatype, {duration, ms}}
|
|
||||||
]}.
|
|
||||||
|
|
||||||
{mapping, "zone.$name.allow_anonymous", "emqx.zones", [
|
{mapping, "zone.$name.allow_anonymous", "emqx.zones", [
|
||||||
{datatype, {enum, [true, false]}}
|
{datatype, {enum, [true, false]}}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue