Merge branch 'master' into feature/task-functions
[poolifier.git] / src / pools / pool.ts
index ddd4c2a047f9563e2ac8911f6bac0a4ec063ff9e..3b8234d99bdf23363f0ad0245b94bf43eec136d0 100644 (file)
@@ -153,7 +153,7 @@ export interface PoolOptions<Worker extends IWorker> {
   /**
    * Whether to start the minimum number of workers at pool initialization.
    *
-   * @defaultValue false
+   * @defaultValue true
    */
   startWorkers?: boolean
   /**