aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJohn Hurliman2010-03-16 12:03:04 -0700
committerJohn Hurliman2010-03-16 12:03:04 -0700
commitb51f40da8f24b78fa6101d70726ca2000e5b0341 (patch)
tree945d9a16dee81db24afd8284e9565d52408b68ec /bin
parentFixed several unhandled exceptions and performance issues with PrimitiveBaseS... (diff)
downloadopensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.zip
opensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.tar.gz
opensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.tar.bz2
opensim-SC_OLD-b51f40da8f24b78fa6101d70726ca2000e5b0341.tar.xz
Removed the unused use_async_when_possible config variable
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 0 insertions, 7 deletions
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 @@
37 ; performance on .NET/Windows 37 ; performance on .NET/Windows
38 async_call_method = SmartThreadPool 38 async_call_method = SmartThreadPool
39 39
40 ; There are several operations on large collections (such as
41 ; the current avatar list) that can be run synchronously or
42 ; in parallel. Running in parallel should increase performance
43 ; on a multi-core system, but will make debugging more
44 ; difficult if something deadlocks or times out
45 use_async_when_possible = false
46
47 ; Max threads to allocate on the FireAndForget thread pool 40 ; Max threads to allocate on the FireAndForget thread pool
48 ; when running with the SmartThreadPool option above 41 ; when running with the SmartThreadPool option above
49 MaxPoolThreads = 15 42 MaxPoolThreads = 15