Skip to content

Commit

Permalink
Higher hard limit to potentially avoid requests not being served.
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Dec 27, 2024
1 parent 7fa0f5f commit 34cb57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ min_machines_running = 2
[http_service.concurrency]
type = "requests"
soft_limit = 4
hard_limit = 20
hard_limit = 200
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
Expand Down

0 comments on commit 34cb57c

Please sign in to comment.