Skip to content

Commit 0e85394

Browse files
authored
attempt to increase connection limits
1 parent 8c59855 commit 0e85394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend.fly.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ processes = []
2020
protocol = "tcp"
2121
script_checks = []
2222
[services.concurrency]
23-
hard_limit = 100
24-
soft_limit = 80
23+
hard_limit = 999999999
24+
soft_limit = 999999
2525
type = "connections"
2626

2727
[[services.ports]]

0 commit comments

Comments
 (0)