Merge pull request #54 from amandaleeang/opensim-defaults

Add MinPoolThreads setting to OpenSimDefaults.ini
This commit is contained in:
Ubit Umarov
2026-08-08 21:16:48 +01:00
committed by GitHub

View File

@@ -61,6 +61,10 @@
; QueueUserWorkItem, SmartThreadPool, and Thread.
async_call_method = SmartThreadPool
; Min threads to allocate on the FireAndForget thread pool
; when running with the SmartThreadPool option above
MinPoolThreads = 2
; Max threads to allocate on the FireAndForget thread pool
; when running with the SmartThreadPool option above
MaxPoolThreads = 300