about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/sidekiq.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/sidekiq.yml b/config/sidekiq.yml
index 145106f0f..cb4cb2d2b 100644
--- a/config/sidekiq.yml
+++ b/config/sidekiq.yml
@@ -1,10 +1,11 @@
 ---
-:concurrency: 5
+:concurrency: 25
 :queues:
-  - [default, 6]
-  - [push, 4]
+  - [default, 8]
+  - [push, 6]
+  - [pull, 4]
   - [mailers, 2]
-  - [pull]
+  - [bulk]
 :schedule:
   scheduled_statuses_scheduler:
     every: '5m'