forked from treehouse/mastodon
Up the number of pooled DB connections to cover both Sidekiq and Puma workers
parent
318886287b
commit
bb98ee489d
|
@ -1,6 +1,6 @@
|
||||||
default: &default
|
default: &default
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
pool: 5
|
pool: 10
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue