Skip to content

Commit

Permalink
Add higher connections limit to fly
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mai authored and ekzhang committed Mar 27, 2023
1 parent 89ad09c commit 8adfc6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ processes = []
processes = ["app"]
protocol = "tcp"

[services.concurrency]
hard_limit = 65536
soft_limit = 1024
type = "connections"

[[services.ports]]
handlers = ["http"]
port = 80
Expand Down

0 comments on commit 8adfc6e

Please sign in to comment.