Ask Solem преди 11 години
родител
ревизия
3e0725899a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/whatsnew-3.1.rst

+ 2 - 2
docs/whatsnew-3.1.rst

@@ -704,8 +704,8 @@ Scheduled Removals
   supports the ``connect_timeout`` argument.
 
     This can now only be set using the :setting:`BROKER_CONNECTION_TIMEOUT`
-    setting.  This is because function rarely establish connections directly,
-    but instead acquire connections from the connection pool.
+    setting.  This is because the functions no longer create connections
+    directly, and instead get them from the connection pool.
 
 - The ``Celery.with_default_connection`` method has been removed in favor
   of ``with app.connection_or_acquire``.