diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-05 20:18:26 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-05 20:18:26 +0200 |
commit | 1b2b3278971aadba7778ef49b299c0c202b38af7 (patch) | |
tree | 43974091fc6e10830299a843a0f9f49d0fab717a /src | |
parent | 32903b080e17363583b352dee89dfdd9fdb31f74 (diff) |
Misc: Update some conf values/texts
Diffstat (limited to 'src')
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index c09d451592d..ecdc8cf4b98 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -230,9 +230,9 @@ GridUnload = 1 # SocketTimeOutTime # Description: Time (in milliseconds) after which a connection being idle on the character # selection screen is disconnected. -# Default: 900000 - (15 minutes) +# Default: 90000 - (90 seconds) -SocketTimeOutTime = 900000 +SocketTimeOutTime = 90000 # # SessionAddDelay @@ -288,7 +288,7 @@ PlayerSave.Stats.SaveOnlyOnLogout = 1 # # mmap.enablePathFinding -# Description: Enable/Disable pathfinding using mmaps - experimental. +# Description: Enable/Disable pathfinding using mmaps - recommended. # Default: 0 - (Disabled) # 1 - (Enabled) @@ -2034,9 +2034,9 @@ AutoBroadcast.Center = 0 # # AutoBroadcast.Timer # Description: Timer (in milliseconds) for auto broadcasts. -# Default: 60000 - (60 seconds) +# Default: 60000 - (10 minutes) -AutoBroadcast.Timer = 60000 +AutoBroadcast.Timer = 600000 # ################################################################################################### |