aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
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
677CompileWithDebugInformation = true 677CompileWithDebugInformation = true
678; Allow the use of os* functions (some are dangerous) 678; Allow the use of os* functions (some are dangerous)
679AllowOSFunctions = false 679AllowOSFunctions = false
680; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
681OSFunctionThreatLevel = VeryLow
680; Interval (s) between background save of script states 682; Interval (s) between background save of script states
681SaveInterval = 120 683SaveInterval = 120
682; Interval (s) between maintenance runs (0 = disable) 684; Interval (s) between maintenance runs (0 = disable)
@@ -685,8 +687,6 @@ MaintenanceInterval = 10
685EventLimit = 30 687EventLimit = 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?
687KillTimedOutScripts = false 689KillTimedOutScripts = false
688; Allow OS console command functionality (VERY DANGEROUS!!)
689AllowosConsoleCommand = false
690; Sets the multiplier for the scripting delays 690; Sets the multiplier for the scripting delays
691ScriptDelayFactor = 1.0 691ScriptDelayFactor = 1.0
692; The factor the 10 m distances llimits are multiplied by 692; The factor the 10 m distances llimits are multiplied by