From f109bbf8294b4bb74058f5a4e00f93c84960523f Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 31 Mar 2020 12:39:08 +0000 Subject: [PATCH] Increased default server connection and thread resources. --- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/config/threadpool.ini | 8 ++++---- .../dist/game/config/main/Server.ini | 12 ++++++------ .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- .../dist/game/config/Server.ini | 16 ++++++++-------- 19 files changed, 146 insertions(+), 146 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/dist/game/config/Server.ini b/L2J_Mobius_1.0_Ertheia/dist/game/config/Server.ini index 59789eece7..0f845b88e5 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/game/config/Server.ini +++ b/L2J_Mobius_1.0_Ertheia/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_2.5_Underground/dist/game/config/Server.ini b/L2J_Mobius_2.5_Underground/dist/game/config/Server.ini index 436cf18c0d..26446decef 100644 --- a/L2J_Mobius_2.5_Underground/dist/game/config/Server.ini +++ b/L2J_Mobius_2.5_Underground/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_3.0_Helios/dist/game/config/Server.ini b/L2J_Mobius_3.0_Helios/dist/game/config/Server.ini index a3151947cf..a1669e0ab4 100644 --- a/L2J_Mobius_3.0_Helios/dist/game/config/Server.ini +++ b/L2J_Mobius_3.0_Helios/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Server.ini b/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Server.ini index f45a814eb5..6a154d06cc 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Server.ini +++ b/L2J_Mobius_4.0_GrandCrusade/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_5.0_Salvation/dist/game/config/Server.ini b/L2J_Mobius_5.0_Salvation/dist/game/config/Server.ini index 7696505c68..1ae7fe5ca4 100644 --- a/L2J_Mobius_5.0_Salvation/dist/game/config/Server.ini +++ b/L2J_Mobius_5.0_Salvation/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_5.5_EtinasFate/dist/game/config/Server.ini b/L2J_Mobius_5.5_EtinasFate/dist/game/config/Server.ini index 79a7f050d7..078108163f 100644 --- a/L2J_Mobius_5.5_EtinasFate/dist/game/config/Server.ini +++ b/L2J_Mobius_5.5_EtinasFate/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/config/Server.ini b/L2J_Mobius_6.0_Fafurion/dist/game/config/Server.ini index 601f615c07..0573104821 100644 --- a/L2J_Mobius_6.0_Fafurion/dist/game/config/Server.ini +++ b/L2J_Mobius_6.0_Fafurion/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Server.ini b/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Server.ini index e1a4c5daf6..1e3a9949d0 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Server.ini +++ b/L2J_Mobius_7.0_PreludeOfWar/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_C1_HarbingersOfWar/dist/config/threadpool.ini b/L2J_Mobius_C1_HarbingersOfWar/dist/config/threadpool.ini index 04082554a3..a184d8c8dd 100644 --- a/L2J_Mobius_C1_HarbingersOfWar/dist/config/threadpool.ini +++ b/L2J_Mobius_C1_HarbingersOfWar/dist/config/threadpool.ini @@ -3,9 +3,9 @@ # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 \ No newline at end of file +# Default: 120 +InstantThreadPoolCount = 120 \ No newline at end of file diff --git a/L2J_Mobius_C6_Interlude/dist/game/config/main/Server.ini b/L2J_Mobius_C6_Interlude/dist/game/config/main/Server.ini index 7e69e7e4ae..befac7c16d 100644 --- a/L2J_Mobius_C6_Interlude/dist/game/config/main/Server.ini +++ b/L2J_Mobius_C6_Interlude/dist/game/config/main/Server.ini @@ -54,8 +54,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -124,12 +124,12 @@ ServerListClock = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 # --------------------------------------------------------------------------- diff --git a/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Server.ini b/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Server.ini index a66dbc8d76..51ef09886b 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Server.ini +++ b/L2J_Mobius_CT_2.4_Epilogue/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Server.ini b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Server.ini index 3cc6e0ddab..078e3e3d8f 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Server.ini +++ b/L2J_Mobius_CT_2.6_HighFive/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Server.ini b/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Server.ini index cd09a117ca..758fb2d4e9 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Server.ini b/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Server.ini index f5838f68f4..efe327a35c 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_2.1_Zaken/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Server.ini b/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Server.ini index b7162e8ec8..997e24ab31 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_2.2_Antharas/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Server.ini b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Server.ini index ade390d12d..0af4c7b222 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Server.ini b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Server.ini index a1c00e4038..2bfcfb5d0c 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Server.ini b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Server.ini index 4ffd653190..4ea84292ad 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_3.0_TheKamael/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False diff --git a/L2J_Mobius_Classic_Interlude/dist/game/config/Server.ini b/L2J_Mobius_Classic_Interlude/dist/game/config/Server.ini index 8f08a822e5..993f745851 100644 --- a/L2J_Mobius_Classic_Interlude/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic_Interlude/dist/game/config/Server.ini @@ -50,8 +50,8 @@ Login = root # Database connection password Password = -# Default: 40 -MaximumDbConnections = 40 +# Default: 100 +MaximumDbConnections = 100 # --------------------------------------------------------------------------- @@ -127,15 +127,15 @@ ServerListBrackets = False # --------------------------------------------------------------------------- # Specifies how many threads will be in the scheduled pool. -# Default: 40 -ScheduledThreadPoolCount = 40 +# Default: 160 +ScheduledThreadPoolCount = 160 # Specifies how many threads will be in the single instant pool. -# Default: 20 -InstantThreadPoolCount = 20 +# Default: 120 +InstantThreadPoolCount = 120 -# Default: 20 -UrgentPacketThreadCoreSize = 20 +# Default: 40 +UrgentPacketThreadCoreSize = 40 # Use threads to decrease startup time. # Default: False