Missing options in conf file (auth and worldserver)

This commit is contained in:
Kargatum
2018-05-16 08:25:11 +07:00
committed by Barbz
parent c3ba1a6425
commit 6873019ab0
4 changed files with 114 additions and 6 deletions

View File

@@ -257,4 +257,12 @@ LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
LoginDatabase.WorkerThreads = 1
#
###################################################################################################
# LoginDatabase.SynchThreads
# Description: The amount of MySQL connections spawned to handle.
# Default: 1 - (LoginDatabase.WorkerThreads)
#
LoginDatabase.SynchThreads = 1
#
###################################################################################################