From 93de7d689f75436cdef743891d86b556faca692f Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Mon, 6 Mar 2023 16:04:28 -0500 Subject: [PATCH] Double the number of frontend instances from 12 to 24 (#1954) It seems like we're hitting App Engine capacity issues resulting in actual pages now (for whatever reason, but likely one customer), and we obviously don't want that. --- .../registry/env/production/default/WEB-INF/appengine-web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml b/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml index fcc0cb36c..fd6b6b8e7 100644 --- a/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml +++ b/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml @@ -7,7 +7,7 @@ true B4_1G - 12 + 24