Skip to content

Commit b974528

Browse files
authored
Reduce concurrency for demo mode (#388)
* reduce concurrency for demo mode * PR feedback
1 parent 295d229 commit b974528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/3-app/javabuilder/config/production-demo.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"BaseDomainName": "code.org",
44
"SubdomainName": "javabuilder-demo",
55
"BaseDomainNameHostedZonedID": "Z2LCOI49SCXUGU",
6-
"ProvisionedConcurrentExecutions": "50",
7-
"ReservedConcurrentExecutions": "500",
6+
"ProvisionedConcurrentExecutions": "0",
7+
"ReservedConcurrentExecutions": "5",
88
"LimitPerHour": "25",
99
"LimitPerDay": "100",
1010
"SilenceAlerts": "false"

0 commit comments

Comments
 (0)