From 6ea394467d6eed0e11958b19c17924b7bb3e557f Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 6 Nov 2018 15:09:49 +0000 Subject: if viewer asks for range reply in same format even if its full data --- bin/OpenSimDefaults.ini | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'bin/OpenSimDefaults.ini') 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 @@ ; ## ; Sets the method that OpenSim will use to fire asynchronous - ; events. Valid values are UnsafeQueueUserWorkItem, - ; QueueUserWorkItem, BeginInvoke, SmartThreadPool, and Thread. - ; - ; SmartThreadPool is reported to work well on Mono/Linux, but - ; UnsafeQueueUserWorkItem has been benchmarked with better - ; performance on .NET/Windows - ; - ; UnsafeQueueUserWorkItem refers to the fact that the code creating the event could elevate its security - ; privileges. However, as calling code is trusted anyway this is safe (if you set - ; TrustedBinaries = true in the [XEngine] section then you already have to trust that incoming code for other reasons). + ; events. Valid values are , + ; QueueUserWorkItem, SmartThreadPool, and Thread. async_call_method = SmartThreadPool ; Max threads to allocate on the FireAndForget thread pool -- cgit v1.1