Skip to content

Commit 2dfdcf2

Browse files
committed
ops: reduce max concurrency
1 parent b50e894 commit 2dfdcf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ handlers = ["tls", "http"]
3333

3434
[services.concurrency]
3535
type = "connections"
36-
hard_limit = 125
37-
soft_limit = 100
36+
hard_limit = 50
37+
soft_limit = 25
3838

3939
[[services.http_checks]]
4040
interval = "10s"

0 commit comments

Comments
 (0)