Add support for [cluster settings](https://nodejs.org/api/cluster.html#cluster_cluste...
[poolifier.git] / src / pools / thread / fixed.ts
index 3212678f8635bc3dc3a67ed6500e5ab38ee38b66..5b06ca4971d3ed8b7f01dd917ba5befed36a410d 100644 (file)
@@ -30,7 +30,7 @@ export class FixedThreadPool<
    *
    * @param numberOfThreads Number of threads for this pool.
    * @param filePath Path to an implementation of a `ThreadWorker` file, which can be relative or absolute.
-   * @param [opts={}] Options for this fixed thread pool.
+   * @param opts Options for this fixed thread pool.
    */
   public constructor (
     numberOfThreads: number,