From f281a83b1612e6ea5da7716484e66c3047604c2f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 15 Apr 2021 12:43:13 +0200 Subject: [PATCH] Update env.prod --- conf/env.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/env.prod b/conf/env.prod index 4a62772..b8b90d3 100644 --- a/conf/env.prod +++ b/conf/env.prod @@ -36,7 +36,7 @@ FUNKWHALE_API_IP=127.0.0.1 FUNKWHALE_API_PORT=__PORT__ # 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=6 # Replace this by the definitive, public domain you will use for # your instance FUNKWHALE_HOSTNAME=__DOMAIN__