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 7262aef commit e68d8acCopy full SHA for e68d8ac
config/database.yml
@@ -6,7 +6,7 @@
6
#
7
default: &default
8
adapter: postgresql
9
- pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
+ pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 7 } %>
10
timeout: 5000
11
12
development:
config/queue.yml
@@ -9,8 +9,8 @@ default: &default
polling_interval: 1
- queues: [ docparse ]
processes: 1
- threads: 1
13
- polling_interval: 0.1
+ threads: 2
+ polling_interval: 1
14
- queues: [ default ]
15
16
threads: 1
0 commit comments