summarylogtreecommitdiffstats
path: root/env-template
diff options
context:
space:
mode:
Diffstat (limited to 'env-template')
-rw-r--r--env-template7
1 files changed, 6 insertions, 1 deletions
diff --git a/env-template b/env-template
index 37e0cbf153d5..3ee084fb3eac 100644
--- a/env-template
+++ b/env-template
@@ -35,7 +35,9 @@ FUNKWHALE_VERSION=latest
# example: FUNKWHALE_API_PORT=5678
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
# Replace this by the definitive, public domain you will use for
# your instance
FUNKWHALE_HOSTNAME=funkwhale.local
@@ -108,6 +110,9 @@ DJANGO_SECRET_KEY=
RAVEN_ENABLED=false
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
+# Denormalized audio permission logic in a separate table to enhance performance
+MUSIC_USE_DENORMALIZATION=True
+
# In-place import settings
# You can safely leave those settings uncommented if you don't plan to use
# in place imports.