1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 15:43:52 +00:00

Increase max number of sandbox frontend instances to 8

This mirrors production in hopes of triggering b/67508570 to test the fix.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175295742
This commit is contained in:
mmuller
2017-11-10 08:49:49 -08:00
committed by jianglai
parent 8f0c37fc4a
commit 0ffd3553c3

View File

@@ -9,7 +9,7 @@
<sessions-enabled>true</sessions-enabled>
<instance-class>B4</instance-class>
<basic-scaling>
<max-instances>4</max-instances>
<max-instances>8</max-instances>
<idle-timeout>30m</idle-timeout>
</basic-scaling>