Skip to content

Commit

Permalink
increase hard_limit to handle more clients
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 19, 2025
1 parent 1bb839f commit 7ca558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ processes = []
script_checks = []
[services.concurrency]
# Remember to update PG Pool config option `max` in bin/spark.js when changing `hard_limit`.
hard_limit = 1000
hard_limit = 1500
soft_limit = 600
type = "connections"

Expand Down

0 comments on commit 7ca558a

Please sign in to comment.