Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Baker committed Oct 26, 2021
1 parent 2985579 commit 85a6e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_app_config/govuk_puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.configure_rails(config)
timeout = ENV.fetch("RAILS_ENV", "development") == "development" ? 3600 : 15
config.worker_timeout timeout

# When changing the mix/max threads for Puma, also consider changing ActiveRecord to match.
# When changing the min/max threads for Puma, also consider changing ActiveRecord to match.
max_threads_count = ENV.fetch("RAILS_MAX_THREADS", 5)
min_threads_count = ENV.fetch("RAILS_MIN_THREADS", max_threads_count)
config.threads min_threads_count, max_threads_count
Expand Down

0 comments on commit 85a6e31

Please sign in to comment.