Bump mastodon sidekiq threads to 32.

This commit is contained in:
Víðir Valberg Guðmundsson 2022-11-22 09:36:36 +01:00
parent 20b977eacb
commit d467084fb7
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,9 @@
image: "tootsuite/mastodon:{{ mastodon_version }}"
restart: always
env_file: "{{ mastodon.volume_folder }}/env_file"
command: bundle exec sidekiq
command: bundle exec sidekiq -c 32
environment:
DB_POOL: 32
depends_on:
- db
- redis