Skip to content

Commit

Permalink
Merge pull request #23528 from bensheldon/patch-1
Browse files Browse the repository at this point in the history
Set database poolsize via rails_max_threads
  • Loading branch information
schneems committed Feb 10, 2016
2 parents daa4779 + 1273fc9 commit 391061a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ default: &default
encoding: unicode
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: 5
pool: <%%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>

development:
<<: *default
Expand Down

0 comments on commit 391061a

Please sign in to comment.