From b51f40da8f24b78fa6101d70726ca2000e5b0341 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Tue, 16 Mar 2010 12:03:04 -0700 Subject: Removed the unused use_async_when_possible config variable --- bin/OpenSim.ini.example | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 23c3241..1a67292 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -37,13 +37,6 @@ ; performance on .NET/Windows async_call_method = SmartThreadPool - ; There are several operations on large collections (such as - ; the current avatar list) that can be run synchronously or - ; in parallel. Running in parallel should increase performance - ; on a multi-core system, but will make debugging more - ; difficult if something deadlocks or times out - use_async_when_possible = false - ; Max threads to allocate on the FireAndForget thread pool ; when running with the SmartThreadPool option above MaxPoolThreads = 15 -- cgit v1.1