Addition of ThreadPool.

This commit is contained in:
MobiusDevelopment
2019-11-24 11:36:26 +00:00
parent 48ed880262
commit b9f9638f4c
15 changed files with 571 additions and 426 deletions

View File

@@ -0,0 +1,11 @@
# ---------------------------------------------------------------------------
# Threadpool Settings
# ---------------------------------------------------------------------------
# Specifies how many threads will be in the scheduled pool.
# Default: 40
ScheduledThreadPoolCount = 40
# Specifies how many threads will be in the single instant pool.
# Default: 20
InstantThreadPoolCount = 20