From 5d70f9e34dd08ded2fc3662ea3a9a367dc1348cb Mon Sep 17 00:00:00 2001 From: Amanda Lee Date: Sat, 8 Aug 2026 17:50:47 +0800 Subject: [PATCH] Add MinPoolThreads setting to OpenSimDefaults.ini --- bin/OpenSimDefaults.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index af69673354..fd0674cc51 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -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