Skip to content

Commit

Permalink
fix puma config
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorcruz committed Feb 24, 2025
1 parent 5d896e6 commit d89d2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# and maximum; this matches the default thread size of Active Record.
#
max_threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
min_threads_count = ENV.fetch("RAILS_MIN_THREADS", 0)
threads min_threads_count, max_threads_count

# Specifies the `worker_timeout` threshold that Puma will use to wait before
Expand Down

0 comments on commit d89d2cd

Please sign in to comment.