From cdf5f1a80933cf0157d2f77efc1db69c9f38b389 Mon Sep 17 00:00:00 2001 From: asterism Date: Fri, 1 May 2026 12:34:13 -0500 Subject: [PATCH] you ain't supposed to set this to 1 (I even have a comment saying this lol) --- conf.d/mastodon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/mastodon b/conf.d/mastodon index d2ab0a8..e27516c 100644 --- a/conf.d/mastodon +++ b/conf.d/mastodon @@ -12,6 +12,6 @@ SIDEKIQ_WORKERS=5 WEB_BIND=127.0.0.1 WEB_PORT=3000 # should be 0 (single process) or >1 -WEB_CONCURRENCY=1 +WEB_CONCURRENCY=0 WEB_MAX_THREADS=2