Skip to content

Commit

Permalink
Merge doc-howto-threading-pool-size-8104: Fix documentation of defaul…
Browse files Browse the repository at this point in the history
…t thread pool size.

Author: thijs
Reviewer: adiroiban
Fixes: twisted#8104

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@46294 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
adiroiban committed Nov 19, 2015
1 parent 2f71583 commit 762d4eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/howto/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ We can do this::

reactor.suggestThreadPoolSize(30)

The default size of the thread pool depends on the reactor being used; the default reactor uses a minimum size of 5 and a maximum size of 10.
The default size of the thread pool depends on the reactor being used; the default reactor uses a minimum size of 0 and a maximum size of 10.

The reactor thread pool is implemented by :api:`twisted.python.threadpool.ThreadPool <ThreadPool>`.
To access methods on this object for more advanced tuning and monitoring (see the API documentation for details) you can get the thread pool with :api:`twisted.internet.interfaces.IReactorThreads.getThreadPool <getThreadPool>`.
Empty file added twisted/topfiles/8104.misc
Empty file.

0 comments on commit 762d4eb

Please sign in to comment.