X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Fdynamic.ts;fp=src%2Fpools%2Fcluster%2Fdynamic.ts;h=b75b3f800d8dc771176b7f11fa437b3fedab867e;hb=dea903a811a58acdf93f11379b347bfd8088e970;hp=eb86ba853170f5edc83a7bd181e5fb9c45b172d5;hpb=b4213b7fc45201c5a38f2615289c569b679a15b7;p=poolifier.git diff --git a/src/pools/cluster/dynamic.ts b/src/pools/cluster/dynamic.ts index eb86ba85..b75b3f80 100644 --- a/src/pools/cluster/dynamic.ts +++ b/src/pools/cluster/dynamic.ts @@ -43,11 +43,6 @@ export class DynamicClusterPool< return this.max } - /** @inheritDoc */ - protected get full (): boolean { - return this.workerNodes.length >= this.max - } - /** @inheritDoc */ protected get busy (): boolean { return this.full && this.internalBusy()