We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0b631f + fbc8ce5 commit 8abe954Copy full SHA for 8abe954
1 file changed
config/database.yml
@@ -1,7 +1,7 @@
1
default: &default
2
adapter: postgresql
3
encoding: unicode
4
- pool: <%= ENV.fetch("RAILS_MAX_THREADS", 5).to_i %>
+ pool: <%= 5 * ENV.fetch("RAILS_MAX_THREADS", 5).to_i %>
5
6
development:
7
<<: *default
0 commit comments