Skip to content

Commit

Permalink
Core/authserver.conf.dist: missing description line (#17038)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Trond B Krokli authored and DDuarte committed Apr 25, 2016
1 parent d5f04f5 commit 329006d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/authserver/authserver.conf.dist
Expand Up @@ -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
Expand Down

0 comments on commit 329006d

Please sign in to comment.