From 3d9455297fc1ca2abf8db6ce7df8ea0ec7b81e51 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Sat, 5 Aug 2023 19:37:29 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20docs:=20add=20documentation=20fo?= =?UTF-8?q?r=20the=20new=20config=20option=20(#175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/configuration.md | 1 + docs/installation.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 90b8ce8..665d939 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -23,6 +23,7 @@ Some of the configuration options provided in the file are stated below. These a - **logging:** An option to enable or disable logs. - **debug:** An option to enable or disable debug mode. +- **threads:** The amount of threads that the app will use to run (the value should be greater than 0). ## Server diff --git a/docs/installation.md b/docs/installation.md index f77f040..8f2ee2e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -79,6 +79,7 @@ After that edit the config.lua file located under `websurfx` directory. In the c -- ### General ### logging = true -- an option to enable or disable logs. debug = false -- an option to enable or disable debug mode. +threads = 10 -- the amount of threads that the app will use to run (the value should be greater than 0). -- ### Server ### port = "8080" -- port on which server should be launched