From 5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Fri, 17 Oct 2008 19:28:49 +0000 Subject: [PATCH] Add two missing settings to OpenSim.ini.example. --- bin/OpenSim.ini.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5457af28fd..970bad1e8b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -540,6 +540,11 @@ MaintenanceLoopTicks_ScriptLoadUnload=1 ; check if we need to reload config, adjust running config and enforce max execution time MaintenanceLoopTicks_Other=10 +; Allow the use of os* functions (some are dangerous) +AllowOSFunctions = true + +; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe +OSFunctionThreatLevel = Low ; Maximum number of items in load/unload queue before we start rejecting loads ; Note that we will only be rejecting load. Unloads will still be able to queue.