diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index a350510..a499811 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -115,13 +115,8 @@ namespace OpenSim | |||
115 | if (!String.IsNullOrEmpty(asyncCallMethodStr) && Utils.EnumTryParse<FireAndForgetMethod>(asyncCallMethodStr, out asyncCallMethod)) | 115 | if (!String.IsNullOrEmpty(asyncCallMethodStr) && Utils.EnumTryParse<FireAndForgetMethod>(asyncCallMethodStr, out asyncCallMethod)) |
116 | Util.FireAndForgetMethod = asyncCallMethod; | 116 | Util.FireAndForgetMethod = asyncCallMethod; |
117 | 117 | ||
118 | <<<<<<< HEAD | ||
119 | stpMinThreads = startupConfig.GetInt("MinPoolThreads", 15); | ||
120 | stpMaxThreads = startupConfig.GetInt("MaxPoolThreads", 300); | ||
121 | ======= | ||
122 | stpMinThreads = startupConfig.GetInt("MinPoolThreads", 2 ); | 118 | stpMinThreads = startupConfig.GetInt("MinPoolThreads", 2 ); |
123 | stpMaxThreads = startupConfig.GetInt("MaxPoolThreads", 25); | 119 | stpMaxThreads = startupConfig.GetInt("MaxPoolThreads", 25); |
124 | >>>>>>> avn/ubitvar | ||
125 | m_consolePrompt = startupConfig.GetString("ConsolePrompt", @"Region (\R) "); | 120 | m_consolePrompt = startupConfig.GetString("ConsolePrompt", @"Region (\R) "); |
126 | } | 121 | } |
127 | 122 | ||
@@ -273,20 +268,12 @@ namespace OpenSim | |||
273 | SavePrimsXml2); | 268 | SavePrimsXml2); |
274 | 269 | ||
275 | m_console.Commands.AddCommand("Archiving", false, "load oar", | 270 | m_console.Commands.AddCommand("Archiving", false, "load oar", |
276 | <<<<<<< HEAD | ||
277 | ======= | ||
278 | |||
279 | >>>>>>> avn/ubitvar | ||
280 | "load oar [--merge] [--skip-assets]" | 271 | "load oar [--merge] [--skip-assets]" |
281 | + " [--default-user \"User Name\"]" | 272 | + " [--default-user \"User Name\"]" |
282 | + " [--force-terrain] [--force-parcels]" | 273 | + " [--force-terrain] [--force-parcels]" |
283 | + " [--no-objects]" | 274 | + " [--no-objects]" |
284 | + " [--rotation degrees] [--rotation-center \"<x,y,z>\"]" | 275 | + " [--rotation degrees] [--rotation-center \"<x,y,z>\"]" |
285 | <<<<<<< HEAD | ||
286 | + " [--displacement \"<x,y,z>\"]" | ||
287 | ======= | ||
288 | + " [--displacement \"<x,y,z>\"]" | 276 | + " [--displacement \"<x,y,z>\"]" |
289 | >>>>>>> avn/ubitvar | ||
290 | + " [<OAR path>]", | 277 | + " [<OAR path>]", |
291 | "Load a region's data from an OAR archive.", | 278 | "Load a region's data from an OAR archive.", |
292 | "--merge will merge the OAR with the existing scene (suppresses terrain and parcel info loading).\n" | 279 | "--merge will merge the OAR with the existing scene (suppresses terrain and parcel info loading).\n" |