aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-05-14 00:50:26 +0200
committerMachiavelli <none@none>2010-05-14 00:50:26 +0200
commit98a5c09af038798f196d7283a4112bc69d27462f (patch)
tree0811265c225b03aa6d738e8f520729d4dccccd69 /src/trinitycore
parentd390ff46c22929591cd1cf5a8021055c62a678ea (diff)
Add config option SessionAddDelay to replace the hard coded 10ms default Networkthread sleep time after WorldSocket::HandleAuthSession calls and adding the session to the world session map.
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore')
-rw-r--r--src/trinitycore/trinitycore.conf.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist
index e260cdd11cd..a2560e1ce25 100644
--- a/src/trinitycore/trinitycore.conf.dist
+++ b/src/trinitycore/trinitycore.conf.dist
@@ -122,6 +122,11 @@ EAIErrorLevel = 2
# selection screen is disconnected.
# Default: 900000 (15 minutes)
#
+# SessionAddDelay
+# Time in microseconds that a network thread will sleep after authentication
+# protocol and adding a connection to the world session map.
+# Default: 10000 (10 milliseconds, 0,01 second)
+#
# GridCleanUpDelay
# Grid clean up delay (in milliseconds)
# Default: 300000 (5 min)
@@ -226,6 +231,7 @@ MaxOverspeedPings = 2
GridUnload = 1
SocketSelectTime = 10000
SocketTimeOutTime = 900000
+SessionAddDelay = 10000
GridCleanUpDelay = 300000
MapUpdateInterval = 100
ChangeWeatherInterval = 600000