Skip to content

Commit ee612e7

Browse files
authored
fix: double provisioned concurrency in beta (#1313)
1 parent 8b7047e commit ee612e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export class RoutingAPIPipeline extends Stack {
425425
env: { account: '145079444317', region: 'us-east-2' },
426426
jsonRpcProviders: jsonRpcProviders,
427427
internalApiKey: internalApiKey.secretValue.toString(),
428-
provisionedConcurrency: 5,
428+
provisionedConcurrency: 10,
429429
ethGasStationInfoUrl: ethGasStationInfoUrl.secretValue.toString(),
430430
stage: STAGE.BETA,
431431
route53Arn: route53Arn.secretValueFromJson('arn').toString(),

0 commit comments

Comments
 (0)