build(deps-dev): bump @types/node
[poolifier.git] / docs / api.md
index 7b3766e72cc0978901ac6df7ddfd70bcc9d826ef..1848c1306016fc9e9a780ba8d712704fe3f6efad 100644 (file)
@@ -93,7 +93,7 @@ An object with these properties:
 - `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.
+  - `concurrency` (optional) - The maximum number of tasks that can be executed concurrently on a worker. It must be a positive integer.
 
   Default: `{ concurrency: 1 }`