aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTrond B Krokli <tkrokli@gmail.com>2016-04-28 17:13:41 +0100
committerDDuarte <dnpd.dd@gmail.com>2016-04-28 17:13:41 +0100
commitd1aa171a7ad89db6283ddd93c29c346dc8373eae (patch)
tree6c5808fff0044a5cac834932de9a2de736273b41 /src
parentae05738252acd5b017690c5c9e1c24786b54e0ca (diff)
Core/authserver.conf.dist: missing description line (#17038)
This line is missing from authserver.conf.dist : `# MySQL server and their own thread on the MySQL server.` I have copied this description text line from the matching description in `worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file). This line is also missing in bnetserver.conf.dist , but the files are different in line number, filename and folder, so bnetserver needs a separate commit. (cherry picked from commit 329006d31095ec4d151d37d11db5b994f381fab8) # Conflicts: # src/server/authserver/authserver.conf.dist
Diffstat (limited to 'src')
-rw-r--r--src/server/bnetserver/bnetserver.conf.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/bnetserver/bnetserver.conf.dist b/src/server/bnetserver/bnetserver.conf.dist
index 97839032665..9673dfc1c27 100644
--- a/src/server/bnetserver/bnetserver.conf.dist
+++ b/src/server/bnetserver/bnetserver.conf.dist
@@ -214,6 +214,7 @@ LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
# LoginDatabase.WorkerThreads
# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
# statements. Each worker thread is mirrored with its own connection to the
+# MySQL server and their own thread on the MySQL server.
# Default: 1
LoginDatabase.WorkerThreads = 1
@@ -221,7 +222,7 @@ LoginDatabase.WorkerThreads = 1
#
# LoginDatabase.SynchThreads
# Description: The amount of MySQL connections spawned to handle.
-# Default: 1 - (LoginDatabase.WorkerThreads)
+# Default: 1 - (LoginDatabase.SynchThreads)
LoginDatabase.SynchThreads = 1