X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Fdynamic.ts;h=f18f375c34ebdf5ffa9d6d3a04b2116c34e6dcd8;hb=ee6c0f814af70d315f8485f0189407b92d31294d;hp=ebff6bfe2fa2a1abbf104db0e0dee0ce2ca312c9;hpb=8accb8d5d2f8a6d77017a421938796623ac2b239;p=poolifier.git diff --git a/src/pools/cluster/dynamic.ts b/src/pools/cluster/dynamic.ts index ebff6bfe..f18f375c 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. + * @param opts Options for this dynamic cluster pool. */ public constructor ( min: number,