X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpools%2Fcluster%2Fdynamic.ts;h=ec177da666ff3e483cfcf4bf65d1cb7a65369cd7;hb=4f4ae1cb3c33228a023ea599c2648268d15e6c0f;hp=33c05a9220415fb43317bea9aa172b62d20207c7;hpb=91bfd799ee1722e0181fe158697523b575f28de3;p=poolifier.git diff --git a/src/pools/cluster/dynamic.ts b/src/pools/cluster/dynamic.ts index 33c05a92..ec177da6 100644 --- a/src/pools/cluster/dynamic.ts +++ b/src/pools/cluster/dynamic.ts @@ -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,