From 7912f4a22ac0bf2145723ada582e9731b8135d78 Mon Sep 17 00:00:00 2001 From: Illia Grybkov Date: Mon, 13 Mar 2023 09:40:24 -0500 Subject: [PATCH] Fix formatting in "Setup" documentation page --- docs/setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 7eaaf69f7..390f528ea 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -824,8 +824,7 @@ performance immensely: - If you want to perform OCR on the device, consider using `PAPERLESS_OCR_CLEAN=none`. This will speed up OCR times and use less memory at the expense of slightly worse OCR results. -- If using docker, consider setting `PAPERLESS_WEBSERVER_WORKERS` to - 1. This will save some memory. +- If using docker, consider setting `PAPERLESS_WEBSERVER_WORKERS` to 1. This will save some memory. - Consider setting `PAPERLESS_ENABLE_NLTK` to false, to disable the more advanced language processing, which can take more memory and processing time.