aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 5457af2..970bad1 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -540,6 +540,11 @@ MaintenanceLoopTicks_ScriptLoadUnload=1
540; check if we need to reload config, adjust running config and enforce max execution time 540; check if we need to reload config, adjust running config and enforce max execution time
541MaintenanceLoopTicks_Other=10 541MaintenanceLoopTicks_Other=10
542 542
543; Allow the use of os* functions (some are dangerous)
544AllowOSFunctions = true
545
546; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
547OSFunctionThreatLevel = Low
543 548
544; Maximum number of items in load/unload queue before we start rejecting loads 549; Maximum number of items in load/unload queue before we start rejecting loads
545; Note that we will only be rejecting load. Unloads will still be able to queue. 550; Note that we will only be rejecting load. Unloads will still be able to queue.