We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7047e commit ee612e7Copy full SHA for ee612e7
bin/app.ts
@@ -425,7 +425,7 @@ export class RoutingAPIPipeline extends Stack {
425
env: { account: '145079444317', region: 'us-east-2' },
426
jsonRpcProviders: jsonRpcProviders,
427
internalApiKey: internalApiKey.secretValue.toString(),
428
- provisionedConcurrency: 5,
+ provisionedConcurrency: 10,
429
ethGasStationInfoUrl: ethGasStationInfoUrl.secretValue.toString(),
430
stage: STAGE.BETA,
431
route53Arn: route53Arn.secretValueFromJson('arn').toString(),
0 commit comments