From 3704a1c61e802957ed64f61e25106347d5bba856 Mon Sep 17 00:00:00 2001 From: Matus Valo Date: Mon, 12 Oct 2020 00:06:33 +0200 Subject: Fix default value of pool limit to 10 in docs. In commit 40722ea59c38282a986ab83ebce853f1c8a67e8d the pool limit was changed from 200 to 10. --- docs/userguide/pools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1