Skip to content

Commit

Permalink
fix: avoid flyio limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 9, 2024
1 parent 14410fe commit 5e2689e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ processes = []
protocol = "tcp"
script_checks = []

[services.concurrency]
hard_limit = 4
soft_limit = 1
type = "requests"
# [services.concurrency]
# hard_limit = 8
# soft_limit = 4
# type = "requests"

[[services.ports]]
force_https = false
Expand Down

0 comments on commit 5e2689e

Please sign in to comment.