feat: add new config option to manage threads and improve logging

This commit is contained in:
neon_arch 2023-08-02 20:05:39 +03:00
parent 5b4e7c75c0
commit d8bd2feb6e
4 changed files with 50 additions and 11 deletions

View file

@ -1,6 +1,7 @@
-- ### 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