From fdb927cce73b688c35dba321afbacf91d7acba11 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 7 Jul 2024 16:03:25 +0100 Subject: [PATCH] Use default number of threads for mastodon --- ansible/roles/mastodon/files/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/mastodon/files/docker-compose.yml b/ansible/roles/mastodon/files/docker-compose.yml index 40bdfa3..6e16537 100644 --- a/ansible/roles/mastodon/files/docker-compose.yml +++ b/ansible/roles/mastodon/files/docker-compose.yml @@ -21,7 +21,6 @@ services: - STREAMING_CLUSTER_NUM=1 - WEB_CONCURRENCY=0 # 0 means 1, but not in clustered mode - SIDEKIQ_THREADS=1 - - MAX_THREADS={{ ansible_processor_nproc }} - HTTP_PROXY={{ pve_hosts.qbittorrent.ip }}:3128 - HTTPS_PROXY={{ pve_hosts.qbittorrent.ip }}:3128 restart: unless-stopped