mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
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.
This commit is contained in:
parent
f615e88ff6
commit
93de7d689f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<sessions-enabled>true</sessions-enabled>
|
||||
<instance-class>B4_1G</instance-class>
|
||||
<manual-scaling>
|
||||
<instances>12</instances>
|
||||
<instances>24</instances>
|
||||
</manual-scaling>
|
||||
|
||||
<system-properties>
|
||||
|
|
Loading…
Add table
Reference in a new issue