Skip to content

Commit b1601b5

Browse files
authored
Merge pull request #4926 from rubyforgood/update-pool-again
Hardcode 20 for pool
2 parents a5dc184 + 434da95 commit b1601b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: &default
55
database: diaper_dev
66
username: <%= ENV.fetch("PG_USERNAME", 'postgres') %>
77
password: <%= ENV.fetch("PG_PASSWORD", nil) %>
8-
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
8+
pool: 20
99
timeout: 5000
1010

1111
development: &development

0 commit comments

Comments
 (0)