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