X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fpool.ts;h=49123f5466d7a0b19ad6f166a04b5f8efb088a46;hb=0d80593b9a7596645612087f687fc6f5cab3101a;hp=992aaaf1099c7e341daf3bd1c6a937597018b5ea;hpb=227be16668f5a3adf78a255c20e956d6f5b3f567;p=poolifier.git diff --git a/src/pools/pool.ts b/src/pools/pool.ts index 992aaaf1..49123f54 100644 --- a/src/pools/pool.ts +++ b/src/pools/pool.ts @@ -127,6 +127,10 @@ export interface IPool< * If it is `'dynamic'`, it provides the `max` property. */ readonly type: PoolType + /** + * Pool maximum size. + */ + readonly size: number /** * Pool worker nodes. */