Files
l2j_mobius/L2J_Mobius_C1_HarbingersOfWar/dist/config/threadpool.ini
2023-01-30 18:51:55 +02:00

12 lines
531 B
INI

# ---------------------------------------------------------------------------
# Threadpool Settings
# ---------------------------------------------------------------------------
# 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
# 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