Skip to content

Commit 24a58f5

Browse files
committed
Changing provisioend conrurrency to 1
1 parent b4fbbf1 commit 24a58f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const jsonRpcProviders = {
394394
// Local dev stack
395395
new RoutingAPIStack(app, 'RoutingAPIStack', {
396396
jsonRpcProviders: jsonRpcProviders,
397-
provisionedConcurrency: 5,
397+
provisionedConcurrency: 1,
398398
throttlingOverride: process.env.THROTTLE_PER_FIVE_MINS,
399399
ethGasStationInfoUrl: process.env.ETH_GAS_STATION_INFO_URL!,
400400
chatbotSNSArn: process.env.CHATBOT_SNS_ARN,

0 commit comments

Comments
 (0)