summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/threadpool.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/threadpool.rst')
-rw-r--r--deps/uv/docs/src/threadpool.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/threadpool.rst b/deps/uv/docs/src/threadpool.rst
index ed41c37fe3..cf6cdc1be0 100644
--- a/deps/uv/docs/src/threadpool.rst
+++ b/deps/uv/docs/src/threadpool.rst
@@ -12,7 +12,7 @@ Its default size is 4, but it can be changed at startup time by setting the
``UV_THREADPOOL_SIZE`` environment variable to any value (the absolute maximum
is 1024).
-.. versionchanged:: 1.29.2 the maximum UV_THREADPOOL_SIZE allowed was increased from 128 to 1024.
+.. versionchanged:: 1.30.0 the maximum UV_THREADPOOL_SIZE allowed was increased from 128 to 1024.
The threadpool is global and shared across all event loops. When a particular
function makes use of the threadpool (i.e. when using :c:func:`uv_queue_work`)