diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eda5813..617f10e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -677,6 +677,8 @@ AllowedCompilers = lsl,vb,js,cs | |||
677 | CompileWithDebugInformation = true | 677 | CompileWithDebugInformation = true |
678 | ; Allow the use of os* functions (some are dangerous) | 678 | ; Allow the use of os* functions (some are dangerous) |
679 | AllowOSFunctions = false | 679 | AllowOSFunctions = false |
680 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | ||
681 | OSFunctionThreatLevel = VeryLow | ||
680 | ; Interval (s) between background save of script states | 682 | ; Interval (s) between background save of script states |
681 | SaveInterval = 120 | 683 | SaveInterval = 120 |
682 | ; Interval (s) between maintenance runs (0 = disable) | 684 | ; Interval (s) between maintenance runs (0 = disable) |
@@ -685,8 +687,6 @@ MaintenanceInterval = 10 | |||
685 | EventLimit = 30 | 687 | EventLimit = 30 |
686 | ; If a script overruns it's event limit, kill the script? | 688 | ; If a script overruns it's event limit, kill the script? |
687 | KillTimedOutScripts = false | 689 | KillTimedOutScripts = false |
688 | ; Allow OS console command functionality (VERY DANGEROUS!!) | ||
689 | AllowosConsoleCommand = false | ||
690 | ; Sets the multiplier for the scripting delays | 690 | ; Sets the multiplier for the scripting delays |
691 | ScriptDelayFactor = 1.0 | 691 | ScriptDelayFactor = 1.0 |
692 | ; The factor the 10 m distances llimits are multiplied by | 692 | ; The factor the 10 m distances llimits are multiplied by |