Skip to content

Commit

Permalink
Modified the changes to make it backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
chiraggshah committed Jul 21, 2018
1 parent 94a5125 commit ddfcdff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,8 +4,8 @@
# the maximum value specified for Puma. Default is set to 5 threads for minimum
# and maximum; this matches the default thread size of Active Record.
#
min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { 5 }
max_threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
min_threads_count = ENV.fetch("RAILS_MIN_THREADS") { max_threads_count }
threads min_threads_count, max_threads_count

# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
Expand Down

0 comments on commit ddfcdff

Please sign in to comment.