We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8e45a commit 5026472Copy full SHA for 5026472
config/database.yml
@@ -93,4 +93,4 @@ production:
93
<<: *primary_production
94
database: fediscoverer_production_queue
95
migrations_paths: db/queue_migrate
96
- pool: <%= 2 * ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
+ pool: <%= ENV.fetch("QUEUE_CONNECTION_POOL_SIZE", ENV.fetch("RAILS_MAX_THREADS", 5)) %>
0 commit comments