X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fcluster%2Fdynamic.ts;h=51d1cbeece56d374df9228cbee9dbdfed86f1989;hb=88ba5e4d086f97615847b1ff9d32b82f7fda082e;hp=e8e51947246602194951bb4366c68c9cf9d63ad4;hpb=8e8d9101768c28914dabc95c14740985e18f1f04;p=poolifier.git diff --git a/src/pools/cluster/dynamic.ts b/src/pools/cluster/dynamic.ts index e8e51947..51d1cbee 100644 --- a/src/pools/cluster/dynamic.ts +++ b/src/pools/cluster/dynamic.ts @@ -1,5 +1,5 @@ -import { checkDynamicPoolSize } from '../utils.js' import { PoolEvents, type PoolType, PoolTypes } from '../pool.js' +import { checkDynamicPoolSize } from '../utils.js' import { type ClusterPoolOptions, FixedClusterPool } from './fixed.js' /**