inflight 100
This commit is contained in:
parent
f10ba287f6
commit
786ffa2ab8
|
@ -89,7 +89,7 @@
|
||||||
{session, [
|
{session, [
|
||||||
%% Max number of QoS 1 and 2 messages that can be “in flight” at one time.
|
%% Max number of QoS 1 and 2 messages that can be “in flight” at one time.
|
||||||
%% 0 means no limit
|
%% 0 means no limit
|
||||||
{max_inflight, 20},
|
{max_inflight, 100},
|
||||||
|
|
||||||
%% Max retries for unack Qos1/2 messages
|
%% Max retries for unack Qos1/2 messages
|
||||||
{unack_retries, 3},
|
{unack_retries, 3},
|
||||||
|
|
Loading…
Reference in New Issue