From 4ab42d8ae32b62325108d32346cf66f73fedee73 Mon Sep 17 00:00:00 2001 From: Behrad Date: Fri, 17 Jun 2016 22:48:07 +0430 Subject: [PATCH] clarify delivery concurrency is per client --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6a8fcd..ef28c596 100644 --- a/README.md +++ b/README.md @@ -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