Reduce sidekiq concurrency
This commit is contained in:
parent
fdb927cce7
commit
7b5cdfafc7
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ services:
|
||||||
- STREAMING_CLUSTER_NUM=1
|
- STREAMING_CLUSTER_NUM=1
|
||||||
- WEB_CONCURRENCY=0 # 0 means 1, but not in clustered mode
|
- WEB_CONCURRENCY=0 # 0 means 1, but not in clustered mode
|
||||||
- SIDEKIQ_THREADS=1
|
- SIDEKIQ_THREADS=1
|
||||||
|
- SIDEKIQ_CONCURRENCY=1
|
||||||
- HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
|
- HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
|
||||||
- HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
|
- HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}:3128
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue