fix queue.max_length
This commit is contained in:
parent
4bafcfa7a2
commit
39837d3a93
|
@ -338,7 +338,7 @@ end}.
|
||||||
%% @doc Max queue length. Enqueued messages when persistent client disconnected, or inflight window is full.
|
%% @doc Max queue length. Enqueued messages when persistent client disconnected, or inflight window is full.
|
||||||
{mapping, "mqtt.queue.max_length", "emqttd.queue", [
|
{mapping, "mqtt.queue.max_length", "emqttd.queue", [
|
||||||
{default, infinity},
|
{default, infinity},
|
||||||
{datatype, [atom, integer]}
|
{datatype, [integer, atom]}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
%% @doc Low-water mark of queued messages
|
%% @doc Low-water mark of queued messages
|
||||||
|
|
Loading…
Reference in New Issue