Skip to content

Commit

Permalink
Fix strict fly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanleeuwen committed Jan 16, 2024
1 parent 2e4d05f commit 4ce2946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RELEASE_COOKIE = "3e0vnhSGgY-ZaVA4n3Djv5OCVpoiR4b2voHB2UvYrL4loe3av2XLQA=="
[[services]]
protocol = "tcp"
internal_port = 3000
ports = []
processes = ["app"]
[[services.ports]]
port = 3000
[services.concurrency]
type = "connections"
hard_limit = 2048
Expand Down

0 comments on commit 4ce2946

Please sign in to comment.