mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
Add MinPoolThreads setting to OpenSimDefaults.ini
This commit is contained in:
@@ -61,6 +61,10 @@
|
|||||||
; QueueUserWorkItem, SmartThreadPool, and Thread.
|
; QueueUserWorkItem, SmartThreadPool, and Thread.
|
||||||
async_call_method = SmartThreadPool
|
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
|
; Max threads to allocate on the FireAndForget thread pool
|
||||||
; when running with the SmartThreadPool option above
|
; when running with the SmartThreadPool option above
|
||||||
MaxPoolThreads = 300
|
MaxPoolThreads = 300
|
||||||
|
|||||||
Reference in New Issue
Block a user