From 2f2c7f4305c161372fb2db2399937777fc38dd09 Mon Sep 17 00:00:00 2001 From: Roy Belio <34023431+r-bit-rry@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:11:02 +0200 Subject: [PATCH] Update docs/docs/distributions/self_hosted_distro/starter.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/docs/distributions/self_hosted_distro/starter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/distributions/self_hosted_distro/starter.md b/docs/docs/distributions/self_hosted_distro/starter.md index e30e7d87e..acab6aa32 100644 --- a/docs/docs/distributions/self_hosted_distro/starter.md +++ b/docs/docs/distributions/self_hosted_distro/starter.md @@ -85,7 +85,7 @@ On Unix-based systems (Linux, macOS), the server automatically uses Gunicorn wit - `GUNICORN_KEEPALIVE`: Connection keepalive in seconds (default: `5`) - `GUNICORN_MAX_REQUESTS`: Restart workers after N requests to prevent memory leaks (default: `10000`) - `GUNICORN_MAX_REQUESTS_JITTER`: Randomize worker restart timing (default: `1000`) -- `GUNICORN_PRELOAD`: Preload app before forking workers for memory efficiency (default: `false`) +- `GUNICORN_PRELOAD`: Preload app before forking workers for memory efficiency (default: `true`) **Important Notes**: