From 83d127b97ba0bd99604ebad3c1d7b0d996563459 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 15 Apr 2023 19:25:30 +0200 Subject: [PATCH] docs: sync README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b1f8131..95ab2467 100644 --- a/README.md +++ b/README.md @@ -182,9 +182,9 @@ Node versions >= 16.x are supported. Default: { medRunTime: false } - `enableEvents` (optional) - Events emission enablement in this pool. Default: true -- `enableTasksQueue` (optional, experimental) - Tasks queue per worker enablement in this pool. Default: false +- `enableTasksQueue` (optional) - Tasks queue per worker enablement in this pool. Default: false -- `tasksQueueOptions` (optional, experimental) - The worker tasks queue options object to use in this pool. +- `tasksQueueOptions` (optional) - The worker tasks queue options object to use in this pool. Properties: - `concurrency` (optional) - The maximum number of tasks that can be executed concurrently on a worker. -- 2.34.1