This commit is contained in:
Feng Lee 2015-10-08 21:24:51 +08:00
parent 989443b150
commit 0dde2df912
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ Add **'./bin/emqttd_ctl broker pubsub'** command to check the status of the core
Add **'./bin/emqttd_top'** command(like etop) to show the top 'msg_q', 'reductions', 'memory' or 'runtime' processes Add **'./bin/emqttd_top'** command(like etop) to show the top 'msg_q', 'reductions', 'memory' or 'runtime' processes
'rel/files/emqttd.config.production' for production deployment(default)
'rel/files/emqttd.config.development' for development deployment
#### Enhancemenets #### Enhancemenets
Qos1/2 messages will not be dropped under unstable mobile network (#264) Qos1/2 messages will not be dropped under unstable mobile network (#264)