Skip to content

Commit

Permalink
increase concurrency limit for fly.io
Browse files Browse the repository at this point in the history
  • Loading branch information
videah committed Nov 1, 2023
1 parent 7996eaa commit 0075658
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ primary_region = "lhr"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/api/v2/instance"
path = "/api/v2/instance"

[http_service.concurrency]
type = "requests"
hard_limit = 999999
soft_limit = 9999

0 comments on commit 0075658

Please sign in to comment.