conflicts fixed
This commit is contained in:
commit
866c33f6fc
1
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1
|
||||||
dep_lager_syslog = git https://github.com/basho/lager_syslog
|
dep_lager_syslog = git https://github.com/basho/lager_syslog
|
||||||
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master
|
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master
|
||||||
|
|
||||||
|
ERLC_OPTS += +debug_info
|
||||||
ERLC_OPTS += +'{parse_transform, lager_transform}'
|
ERLC_OPTS += +'{parse_transform, lager_transform}'
|
||||||
|
|
||||||
NO_AUTOPATCH = cuttlefish
|
NO_AUTOPATCH = cuttlefish
|
||||||
|
|
|
@ -191,7 +191,7 @@ mqtt.mqueue.type = simple
|
||||||
|
|
||||||
## Max queue length. Enqueued messages when persistent client disconnected,
|
## Max queue length. Enqueued messages when persistent client disconnected,
|
||||||
## or inflight window is full. 0 means no limit.
|
## or inflight window is full. 0 means no limit.
|
||||||
mqtt.mqueue.max_length = 0
|
mqtt.mqueue.max_length = 1000
|
||||||
|
|
||||||
## Low-water mark of queued messages
|
## Low-water mark of queued messages
|
||||||
mqtt.mqueue.low_watermark = 20%
|
mqtt.mqueue.low_watermark = 20%
|
||||||
|
|
Loading…
Reference in New Issue