From 540ea061d14bf36b8de41bd75fac74ea7e40c8ab Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Fri, 2 Apr 2021 10:09:14 +0200
Subject: [PATCH] Increase default number of web workers to 4 to solve
 federation issues

---
 deploy/env.prod.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample
index cb567e20d0..5937e7741b 100644
--- a/deploy/env.prod.sample
+++ b/deploy/env.prod.sample
@@ -36,7 +36,7 @@ FUNKWHALE_API_IP=127.0.0.1
 FUNKWHALE_API_PORT=5000
 # The number of web workers to start in parallel. Higher means you can handle
 # more concurrent requests, but also leads to higher CPU/Memory usage
-FUNKWHALE_WEB_WORKERS=1
+FUNKWHALE_WEB_WORKERS=4
 # Replace this by the definitive, public domain you will use for
 # your instance. It cannot be changed after initial deployment
 # without breaking your instance.
-- 
GitLab