From: Jérôme Benoit Date: Sat, 15 Apr 2023 17:25:30 +0000 (+0200) Subject: docs: sync README.md X-Git-Tag: v2.4.10~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=83d127b97ba0bd99604ebad3c1d7b0d996563459;p=poolifier.git docs: sync README.md Signed-off-by: Jérôme Benoit --- 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.