diff options
author | Homer Horwitz | 2008-10-17 19:28:49 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-10-17 19:28:49 +0000 |
commit | 5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b (patch) | |
tree | 41cafe35055a58e4dccdace61e3d43fcb061c507 /bin/OpenSim.ini.example | |
parent | * Temporarily resume creation of IPEndPoint on every call (diff) | |
download | opensim-SC_OLD-5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b.zip opensim-SC_OLD-5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b.tar.gz opensim-SC_OLD-5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b.tar.bz2 opensim-SC_OLD-5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b.tar.xz |
Add two missing settings to OpenSim.ini.example.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
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 |
541 | MaintenanceLoopTicks_Other=10 | 541 | MaintenanceLoopTicks_Other=10 |
542 | 542 | ||
543 | ; Allow the use of os* functions (some are dangerous) | ||
544 | AllowOSFunctions = true | ||
545 | |||
546 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | ||
547 | OSFunctionThreatLevel = 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. |