mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 09:45:19 +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
71a8579ece
commit
9b93749d43
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
Add a link
Reference in a new issue