diff --git a/app.yaml b/app.yaml index 3573d74..39a779f 100644 --- a/app.yaml +++ b/app.yaml @@ -3,6 +3,6 @@ env: standard instance_class: F4 automatic_scaling: max_idle_instances: 2 - max_concurrent_requests: 20 + max_concurrent_requests: 40 env_variables: NODE_ENV: 'production'