docs: sync README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 17:25:30 +0000 (19:25 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 17:25:30 +0000 (19:25 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 9b1f81317b5a28e920789a096be724b14459f793..95ab2467b99fa335551ef36905041fc911bcc553 100644 (file)
--- 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.