From ea29d87dccc50d985e90c013c128c34a0b8299f7 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 13 Dec 2010 09:18:49 +0100 Subject: Backed out changeset: 8326a2411148 --HG-- branch : trunk --- src/server/authserver/authserver.conf.dist | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/server/authserver/authserver.conf.dist') diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist index 6fed0efe0ed..9c14178a0a0 100644 --- a/src/server/authserver/authserver.conf.dist +++ b/src/server/authserver/authserver.conf.dist @@ -224,17 +224,11 @@ LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth" # # LoginDatabase.WorkerThreads # Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL -# statements. +# 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) LoginDatabase.WorkerThreads = 1 -# -# LoginDatabase.Connections -# Description: The amount of MySQL connections spawned. -# Default: 1 - -LoginDatabase.Connections = 1 - # ################################################################################################### -- cgit v1.2.3