Skip to content

Commit

Permalink
chore: Fix fly.toml for faster startup
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Jan 12, 2024
1 parent 87d29ca commit 87b119b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions control-plane/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ primary_region = "lax"
processes = ["app"]

[http_service.concurrency]
type = "connections"
type = "requests"
hard_limit = 500
soft_limit = 400

[[http_service.checks]]
grace_period = "10s"
interval = "30s"
grace_period = "2s"
interval = "2s"
method = "GET"
timeout = "2s"
path = "/live"
path = "/live"

0 comments on commit 87b119b

Please sign in to comment.