From 0f98862909c28e43c0acd5307a3986e18b774f02 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:03:11 +0200 Subject: [PATCH] Update worldserver.conf --- config/worldserver.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config/worldserver.conf b/config/worldserver.conf index 67ebca0..67fa35a 100644 --- a/config/worldserver.conf +++ b/config/worldserver.conf @@ -22,23 +22,23 @@ Instance.GMSummonPlayer = 1 MailDeliveryDelay = 10 LeaveGroupOnLogout.Enabled = 0 InstantLogout = 0 -CloseIdleConnections = 0 +#CloseIdleConnections = 0 #------------------------------------------------------------------- # factions #------------------------------------------------------------------- -AllowTwoSide.Interaction.Calendar = 1 -AllowTwoSide.Interaction.Chat = 1 -AllowTwoSide.Interaction.Emote = 1 -AllowTwoSide.Interaction.Channel = 1 -AllowTwoSide.Interaction.Group = 1 -AllowTwoSide.Interaction.Guild = 1 -#AllowTwoSide.Interaction.Auction = 1 -AllowTwoSide.Interaction.Mail = 1 +#AllowTwoSide.Interaction.Calendar = 1 +#AllowTwoSide.Interaction.Chat = 1 +#AllowTwoSide.Interaction.Emote = 1 +#AllowTwoSide.Interaction.Channel = 1 +#AllowTwoSide.Interaction.Group = 1 +#AllowTwoSide.Interaction.Guild = 1 +##AllowTwoSide.Interaction.Auction = 1 +#AllowTwoSide.Interaction.Mail = 1 AllowTwoSide.WhoList = 1 -AllowTwoSide.AddFriend = 1 -AllowTwoSide.Trade = 1 -TalentsInspecting = 1 +#AllowTwoSide.AddFriend = 1 +#AllowTwoSide.Trade = 1 +#TalentsInspecting = 1 #------------------------------------------------------------------- # ah-bot @@ -53,7 +53,7 @@ PreloadAllNonInstancedMapGrids = 0 ThreadPool = 6 Network.Threads = 2 -MapUpdate.Threads = 6 +MapUpdate.Threads = 4 MapUpdateInterval = 100 MinWorldUpdateTime = 10 @@ -61,9 +61,9 @@ LoginDatabase.WorkerThreads = 1 WorldDatabase.WorkerThreads = 1 CharacterDatabase.WorkerThreads = 1 -LoginDatabase.SynchThreads = 2 -WorldDatabase.SynchThreads = 4 -CharacterDatabase.SynchThreads = 6 +LoginDatabase.SynchThreads = 1 +WorldDatabase.SynchThreads = 2 +CharacterDatabase.SynchThreads = 4 ################################################################################################# # END: custom worldserver.conf settings