From 2b22ff0be84834e4f588bb6a93b1334d961d57dc Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Wed, 31 Jul 2019 09:17:02 -0700 Subject: [PATCH] Bump max_concurrent_requests --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'