Skip to content

Commit 0045dbd

Browse files
committed
overriding throtttling per five min to 1000
1 parent 9b98523 commit 0045dbd

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
@@ -395,7 +395,7 @@ const jsonRpcProviders = {
395395
new RoutingAPIStack(app, 'RoutingAPIStack', {
396396
jsonRpcProviders: jsonRpcProviders,
397397
provisionedConcurrency: 2,
398-
throttlingOverride: process.env.THROTTLE_PER_FIVE_MINS,
398+
throttlingOverride: '1000',
399399
ethGasStationInfoUrl: process.env.ETH_GAS_STATION_INFO_URL!,
400400
chatbotSNSArn: process.env.CHATBOT_SNS_ARN,
401401
stage: STAGE.LOCAL,

0 commit comments

Comments
 (0)