Add two missing settings to OpenSim.ini.example.

0.6.0-stable
Homer Horwitz 2008-10-17 19:28:49 +00:00
parent 84492fee01
commit 5f4cad62c5
1 changed files with 5 additions and 0 deletions

View File

@ -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.