fix(gateway): Pass down the logger to the buckets leakyBucket (#4303)

This commit is contained in:
Fleny
2025-08-08 20:55:21 +02:00
committed by GitHub
parent 5201817edc
commit c86c512c60
+1
View File
@@ -256,6 +256,7 @@ export function createGatewayManager(options: CreateGatewayManagerOptions): Gate
max: 1,
refillAmount: 1,
refillInterval: gateway.spawnShardDelay,
logger: this.logger,
}),
})
}