aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorHomer Horwitz2008-10-17 19:28:49 +0000
committerHomer Horwitz2008-10-17 19:28:49 +0000
commit5f4cad62c5e82a39cd31bf67f5c1fcd2f37b552b (patch)
tree41cafe35055a58e4dccdace61e3d43fcb061c507 /bin
parent* Temporarily resume creation of IPEndPoint on every call (diff)
downloadopensim-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 'bin')
-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.