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__