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