User talk:World Sar
From OpenSimulator
(Difference between revisions)
(→Scripting XEngine) |
|||
| Line 4: | Line 4: | ||
| − | == Scripting XEngine == | + | == Scripting == |
| + | |||
| + | [XEngine] | ||
| + | Enabled = true | ||
| + | MinThreads = 2 | ||
| + | MaxThreads = 100 | ||
| + | IdleTimeout = 60 | ||
| + | Priority = "Normal" | ||
| + | MaxScriptEventQueue = 300 | ||
| + | ThreadStackSize = 262144 | ||
| + | AppDomainLoading = true | ||
| + | WriteScriptSourceToDebugFile = false | ||
| + | DefaultCompileLanguage = lsl | ||
| + | AllowedCompilers=lsl | ||
| + | CompileWithDebugInformation = true | ||
| + | AllowMODFunctions = true | ||
| + | AllowOSFunctions = true | ||
| + | AllowLightShareFunctions = false | ||
| + | OSFunctionThreatLevel = VeryLow | ||
| + | SaveInterval = 120 | ||
| + | MaintenanceInterval = 10 | ||
| + | EventLimit = 30 | ||
| + | KillTimedOutScripts = false | ||
| + | ScriptDelayFactor = 1.0 | ||
| + | ScriptDistanceLimitFactor = 1.0 | ||
| + | SensorMaxRange = 96.0 | ||
| + | SensorMaxResults = 16 | ||
== Caching == | == Caching == | ||
Revision as of 18:04, 6 August 2011
Contents |
AstralGrid News
HyperLife
Scripting
[XEngine]
Enabled = true MinThreads = 2 MaxThreads = 100 IdleTimeout = 60 Priority = "Normal" MaxScriptEventQueue = 300 ThreadStackSize = 262144 AppDomainLoading = true WriteScriptSourceToDebugFile = false DefaultCompileLanguage = lsl AllowedCompilers=lsl CompileWithDebugInformation = true AllowMODFunctions = true AllowOSFunctions = true AllowLightShareFunctions = false OSFunctionThreatLevel = VeryLow SaveInterval = 120 MaintenanceInterval = 10 EventLimit = 30 KillTimedOutScripts = false ScriptDelayFactor = 1.0 ScriptDistanceLimitFactor = 1.0 SensorMaxRange = 96.0 SensorMaxResults = 16
Caching
- Simulator Cache (All Version)
[Startup]
crash_dir = ./Simulator-Cache/Crashes DecodedSculptMapPath = ./Simulator-Cache/Sculpt-Map
[AssetCache]
CacheDirectory = ./Simulator-Cache/Asset-Cache
[XEngine]
ScriptEnginesPath = ./Simulator-Cache/Script-Engines-Cache
[DataSnapshot]
snapshot_cache_directory = ./Simulator-Cache/Data-Snapshot-Cache
[GridService]
MapTileDirectory = "./Simulator-Cache/Hypergrid-Map"