Skip to content

Commit

Permalink
Update fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyj0309 authored Oct 3, 2024
1 parent eb0f673 commit 9f96d5d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,10 @@ processes = []
timeout = "2s"

[[services]]
http_checks = []
internal_port = 5555
processes = ["app"]
protocol = "tcp"
script_checks = []

[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
handlers = [ "http"]
port = 5554
Expand All @@ -67,8 +61,4 @@ processes = []
port = 5556
[services.ports.http_options]
h2_backend = true
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"

0 comments on commit 9f96d5d

Please sign in to comment.