forked from data.coop/ansible
Bump mastodon sidekiq threads to 32.
This commit is contained in:
parent
20b977eacb
commit
d467084fb7
|
@ -94,7 +94,9 @@
|
||||||
image: "tootsuite/mastodon:{{ mastodon_version }}"
|
image: "tootsuite/mastodon:{{ mastodon_version }}"
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ mastodon.volume_folder }}/env_file"
|
env_file: "{{ mastodon.volume_folder }}/env_file"
|
||||||
command: bundle exec sidekiq
|
command: bundle exec sidekiq -c 32
|
||||||
|
environment:
|
||||||
|
DB_POOL: 32
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Reference in a new issue