Skip to content

Commit 434da95

Browse files
committed
Hardcode 20 for pool
1 parent 016e957 commit 434da95

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)