12 lines
531 B
INI
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
|