aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini12
1 files changed, 2 insertions, 10 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6429faf..23f96d5 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -57,16 +57,8 @@
57 ; ## 57 ; ##
58 58
59 ; Sets the method that OpenSim will use to fire asynchronous 59 ; Sets the method that OpenSim will use to fire asynchronous
60 ; events. Valid values are UnsafeQueueUserWorkItem, 60 ; events. Valid values are ,
61 ; QueueUserWorkItem, BeginInvoke, SmartThreadPool, and Thread. 61 ; QueueUserWorkItem, SmartThreadPool, and Thread.
62 ;
63 ; SmartThreadPool is reported to work well on Mono/Linux, but
64 ; UnsafeQueueUserWorkItem has been benchmarked with better
65 ; performance on .NET/Windows
66 ;
67 ; UnsafeQueueUserWorkItem refers to the fact that the code creating the event could elevate its security
68 ; privileges. However, as calling code is trusted anyway this is safe (if you set
69 ; TrustedBinaries = true in the [XEngine] section then you already have to trust that incoming code for other reasons).
70 async_call_method = SmartThreadPool 62 async_call_method = SmartThreadPool
71 63
72 ; Max threads to allocate on the FireAndForget thread pool 64 ; Max threads to allocate on the FireAndForget thread pool