diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 7 | ||||
-rw-r--r-- | bin/config-include/SimianGrid.ini | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8d7c2cf..d660f36 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 |
diff --git a/bin/config-include/SimianGrid.ini b/bin/config-include/SimianGrid.ini index 58dcae9..064f36e 100644 --- a/bin/config-include/SimianGrid.ini +++ b/bin/config-include/SimianGrid.ini | |||
@@ -22,7 +22,7 @@ | |||
22 | [Modules] | 22 | [Modules] |
23 | GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | 23 | GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" |
24 | PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector" | 24 | PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector" |
25 | UserAccountServices = "OpenSim.Services.Connectors.dll:SimianGridUserAccountServiceConnector" | 25 | UserAccountServices = "OpenSim.Services.Connectors.dll:SimianUserAccountServiceConnector" |
26 | AuthenticationServices = "OpenSim.Services.Connectors.dll:SimianAuthenticationServiceConnector" | 26 | AuthenticationServices = "OpenSim.Services.Connectors.dll:SimianAuthenticationServiceConnector" |
27 | AssetServices = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector" | 27 | AssetServices = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector" |
28 | InventoryServices = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector" | 28 | InventoryServices = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector" |