X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Fdynamic.ts;h=b93d7e87c4290a21b8a9b8f7c2845647d05592da;hb=8735b4e51c0cfabc9612d57417834d42042cab4e;hp=75296f7a1a894d45b51b65727610f53f361d6fc9;hpb=d5e3c4fff00e3ef76442041c6e0a6d01a2b24650;p=poolifier.git diff --git a/src/pools/cluster/dynamic.ts b/src/pools/cluster/dynamic.ts index 75296f7a..b93d7e87 100644 --- a/src/pools/cluster/dynamic.ts +++ b/src/pools/cluster/dynamic.ts @@ -39,11 +39,6 @@ export class DynamicClusterPool< return PoolTypes.dynamic } - /** @inheritDoc */ - protected get maxSize (): number { - return this.max - } - /** @inheritDoc */ protected get busy (): boolean { return this.full && this.internalBusy()