Addition of ExecuteThread executor for running packets.

This commit is contained in:
MobiusDevelopment
2023-07-12 00:45:47 +03:00
parent b994d54621
commit 96a579ee4a
277 changed files with 3248 additions and 4504 deletions

View File

@@ -134,12 +134,6 @@ ScheduledThreadPoolSize = -1
# If set to -1, this will be determined by available processors multiplied by 2.
InstantThreadPoolSize = -1
# Use threads to run client packets individually.
# Less lag when using threads, but more CPU consumption.
# Can try disabling it when server is highly populated and CPU is high.
# Default: True
ThreadsForClientPackets = True
# Use threads to decrease startup time.
# Default: False
ThreadsForLoading = False