summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/userguide/pools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/pools.rst b/docs/userguide/pools.rst
index 9cc6fb00..0373c6ab 100644
--- a/docs/userguide/pools.rst
+++ b/docs/userguide/pools.rst
@@ -122,7 +122,7 @@ to the ``news`` exchange:
Setting pool limits
-------------------
-By default every connection instance has a limit of 200 connections.
+By default every connection instance has a limit of 10 connections.
You can change this limit using :func:`kombu.pools.set_limit`.
You are able to grow the pool at runtime, but you can't shrink it,
so it is best to set the limit as early as possible after your application