Skip to content

Commit

Permalink
[pulfalight] Increase passenger pool (#5649)
Browse files Browse the repository at this point in the history
closes #5648
  • Loading branch information
hackartisan authored Dec 20, 2024
1 parent 02a096e commit be6f935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/pulfalight/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ passenger_app_env: "production"
passenger_ruby: "/usr/local/bin/ruby"
passenger_extra_http_config:
- "passenger_preload_bundler on;"
passenger_max_pool_size: 10
passenger_max_pool_size: 20
desired_nodejs_version: "v22.10.0"
rails_app_name: "pulfalight"
rails_app_directory: "pulfalight"
Expand Down

0 comments on commit be6f935

Please sign in to comment.