Skip to content

Commit 9ffd5cf

Browse files
authored
Merge pull request #370 from porters-xyz/increase-cpus
increased shared CPUs on prod to 2
2 parents 62678a1 + a66844b commit 9ffd5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/fly.prod.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ primary_region = 'sea'
3434
[[vm]]
3535
memory = '1gb'
3636
cpu_kind = 'shared'
37-
cpus = 1
37+
cpus = 2
3838

3939
[[metrics]]
4040
port = 9000

0 commit comments

Comments
 (0)