summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@gmail.com>2020-10-12 00:06:33 +0200
committerMatus Valo <matusvalo@gmail.com>2020-10-12 00:06:33 +0200
commit3704a1c61e802957ed64f61e25106347d5bba856 (patch)
treecdeb7de5edff60c2b2bfa2f17e48d0d167548faa /docs
parente75c4f16eacd925fc4e4df9003b133bf9053ebaf (diff)
downloadkombu-3704a1c61e802957ed64f61e25106347d5bba856.tar.gz
Fix default value of pool limit to 10 in docs.
In commit 40722ea59c38282a986ab83ebce853f1c8a67e8d the pool limit was changed from 200 to 10.
Diffstat (limited to 'docs')
-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