Skip to content

Commit 2209c03

Browse files
committed
Try different Fly.io concurrency config.
1 parent 7cedb9c commit 2209c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ processes = []
77
processes = ["app"]
88
protocol = "tcp"
99
[services.concurrency]
10-
hard_limit = 25
11-
soft_limit = 20
12-
type = "connections"
10+
type = "requests"
11+
hard_limit = 250
12+
soft_limit = 200
1313
[[services.ports]]
1414
handlers = ["http"]
1515
port = 80

0 commit comments

Comments
 (0)