Skip to content

Commit

Permalink
Increase concurrent request limit
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 30, 2024
1 parent 4d8a392 commit a6398b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly/api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ app = "courses-api"
method = "get"
path = "/health"
protocol = "http"

[services.concurrency]
hard_limit = 200
soft_limit = 20

0 comments on commit a6398b5

Please sign in to comment.