Skip to content

Commit

Permalink
clarify delivery concurrency is per client
Browse files Browse the repository at this point in the history
  • Loading branch information
behrad committed Jun 17, 2016
1 parent a66ae34 commit 4ab42d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options:
* `persistence`: an instance of [AedesPersistence](http://npm.im/aedes-persistence),
such as [aedes-persistence-redis](http://npm.im/aedes-persistence-redis)
or [aedes-persistence-mongodb](http://npm.im/aedes-persistence-mongodb)
* `concurrency`: the max number of messages delivered concurrently,
* `concurrency`: the max number of messages delivered to each client concurrently,
defaults to `100`.
* `heartbeatInterval`: the interval at which the broker heartbeat is
emitted, it used by other broker in the cluster, the default is
Expand Down

0 comments on commit 4ab42d8

Please sign in to comment.