chore: generate documentation
[poolifier.git] / src / pools / pool.ts
index 87f4a8fa03f781aab2a17926fd98ab088387bf1b..367b45291853f0ca87c3b52ddf2621ae3465c3f4 100644 (file)
@@ -96,7 +96,7 @@ export interface TasksQueueOptions {
    *
    * @defaultValue 1
    */
-  concurrency?: number
+  readonly concurrency?: number
 }
 
 /**