From c688114e1538a2a2360a91bd40545315fe06d7d3 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:05:50 +1000 Subject: [PATCH] docs: Tidy unicorn workers description (#4095) --- .../getting-started/installation/backend-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/installation/backend-config.md b/docs/docs/documentation/getting-started/installation/backend-config.md index 8dd913dc5c3c..e5fdc0912e8f 100644 --- a/docs/docs/documentation/getting-started/installation/backend-config.md +++ b/docs/docs/documentation/getting-started/installation/backend-config.md @@ -58,7 +58,7 @@ Changing the webworker settings may cause unforeseen memory leak issues with Mea | Variables | Default | Description | | --------------- | :-----: | ----------------------------------------------------------------------------- | -| UVICORN_WORKERS | 1 | Sets the number of works for the web server [more info here][unicorn_workers] | +| UVICORN_WORKERS | 1 | Sets the number of workers for the web server. [More info here][unicorn_workers] | ### LDAP