Various updates and improvements.

This commit is contained in:
MobiusDevelopment
2023-01-30 18:51:55 +02:00
parent e37ae33a4f
commit 0d6b983c6a
7805 changed files with 1609138 additions and 1231291 deletions

View File

@@ -2,14 +2,10 @@
# Threadpool Settings
# ---------------------------------------------------------------------------
# Determines the amount of scheduled thread pools. If set to -1, the server will decide the amount depending on the available processors.
ScheduledThreadPoolCount = -1
# Defines the number of threads in the scheduled thread pool.
# If set to -1, this will be determined by available processors multiplied by 4.
ScheduledThreadPoolSize = -1
# Specifies how many threads will be in a single scheduled pool.
ThreadsPerScheduledThreadPool = 4
# Determines the amount of instant thread pools. If set to -1, the server will decide the amount depending on the available processors.
InstantThreadPoolCount = -1
# Specifies how many threads will be in a single instant pool.
ThreadsPerInstantThreadPool = 2
# Defines the number of threads in the instant thread pool.
# If set to -1, this will be determined by available processors multiplied by 2.
InstantThreadPoolSize = -1