mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Remove thread allocation from catch-all queue
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
default: &default
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
# 3 connections for Puma, 13 for GoodJob (in async mode, the default for self-hosters) = 16 connections
|
||||
pool: <%= ENV.fetch("DB_POOL_SIZE") { 16 } %>
|
||||
# 3 connections for Puma, 15 for GoodJob (in async mode, the default for self-hosters) = 18 connections
|
||||
pool: <%= ENV.fetch("DB_POOL_SIZE") { 18 } %>
|
||||
host: <%= ENV.fetch("DB_HOST") { "127.0.0.1" } %>
|
||||
port: <%= ENV.fetch("DB_PORT") { "5432" } %>
|
||||
user: <%= ENV.fetch("POSTGRES_USER") { nil } %>
|
||||
|
||||
Reference in New Issue
Block a user