✨ feat: add new config option to manage threads and improve logging
This commit is contained in:
parent
5b4e7c75c0
commit
d8bd2feb6e
4 changed files with 50 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue