Skip to content

Commit

Permalink
set fly.toml back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed Jan 23, 2025
1 parent 8ad0ab4 commit 00a0d0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ PORT = '50051'
[[services]]
protocol = 'tcp'
internal_port = 50051
auto_stop_machines = true
auto_start_machines = true

[[services.ports]]
port = 443
Expand All @@ -25,9 +27,9 @@ alpn = ['h2']

[services.concurrency]
hard_limit = 2500
soft_limit = 30
soft_limit = 250

[[vm]]
memory = '16gb'
memory = '8gb'
cpu_kind = 'performance'
cpus = 8
cpus = 1

0 comments on commit 00a0d0c

Please sign in to comment.