Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV-517: Bump Puma, support setting min threads
- Bumps Puma to ≥v6.4 to improve performance. Among other changes, Puma will now tend to route requests to worker with lower load. - Supports setting min/max threads independently. We previously did this a la Heroku, which sets them to the same value, but that doesn't make as much sense in Berkeley's environments due to it helping us to conserve resources when load is low.
- Loading branch information