Skip to content

Commit f668c6d

Browse files
authored
Update db connections pool size (#1088)
1 parent 8438e61 commit f668c6d

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
@@ -1,7 +1,7 @@
11
default: &default
22
adapter: postgresql
33
encoding: unicode
4-
pool: 5
4+
pool: 100
55
username: <%= ENV.fetch('POSTGRES_USER', 'postgres') %>
66
password: <%= ENV.fetch('POSTGRES_PASSWORD', 'postgres') %>
77
host: <%= ENV.fetch('POSTGRES_HOST', 'localhost') %>

0 commit comments

Comments
 (0)