Skip to content

Commit

Permalink
feat: decrease provisioned concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
leosayous21 committed Nov 24, 2023
1 parent 63385d6 commit 6f738df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ custom:
provisionedConcurrency:
dev: 0
playground: 0
staging: 1
testnets: 5
prod: 5
staging: 0
testnets: 0
prod: 1
envs:
dev:
SH_STATIC_URL: https://sismo-dev-hub-static.s3.eu-west-1.amazonaws.com/
Expand Down

0 comments on commit 6f738df

Please sign in to comment.