aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTrond B Krokli <tkrokli@gmail.com>2016-04-26 00:26:04 +0200
committerDuarte Duarte <dnpd.dd@gmail.com>2016-04-25 23:26:04 +0100
commit329006d31095ec4d151d37d11db5b994f381fab8 (patch)
tree5b22819b141849511c1eede91c223172b6fd68a7 /src
parentd5f04f5a387d8c41f9d54d5d8a0ff007209148a8 (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.
Diffstat (limited to 'src')
-rw-r--r--src/server/authserver/authserver.conf.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist
index db60e3b3ece..1d3b48839a8 100644
--- a/src/server/authserver/authserver.conf.dist
+++ b/src/server/authserver/authserver.conf.dist
@@ -179,6 +179,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