Try to fix release publishing on registry
[poolifier.git] / src / pools / cluster / dynamic.ts
index 33c05a9220415fb43317bea9aa172b62d20207c7..ec177da666ff3e483cfcf4bf65d1cb7a65369cd7 100644 (file)
@@ -23,7 +23,7 @@ export class DynamicClusterPool<
    * @param min Minimum number of workers which are always active.
    * @param max Maximum number of workers that can be created by this pool.
    * @param filePath Path to an implementation of a `ClusterWorker` file, which can be relative or absolute.
-   * @param opts Options for this dynamic cluster pool. Default: `{}`
+   * @param [opts={}] Options for this dynamic cluster pool.
    */
   public constructor (
     min: number,