aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2008-08-25 17:50:44 +0000
committerMelanie Thielker2008-08-25 17:50:44 +0000
commit64e4c34c1a111a39b9ab883cb41340dac08be52a (patch)
tree704d097be5c98c92a1ca15d304878d8c933792b8 /bin/OpenSim.ini.example
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-64e4c34c1a111a39b9ab883cb41340dac08be52a.zip
opensim-SC_OLD-64e4c34c1a111a39b9ab883cb41340dac08be52a.tar.gz
opensim-SC_OLD-64e4c34c1a111a39b9ab883cb41340dac08be52a.tar.bz2
opensim-SC_OLD-64e4c34c1a111a39b9ab883cb41340dac08be52a.tar.xz
Add ScriptDelayFactor under LL-Functions in OpenSim.ini. Defaulted
at 1.0, it allows delays to function as coded. Smaller values will reduce, larger values will increase the delays. A value of 0 is permitted and results in on delay being applied.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f0e7d5f..e4b9c51 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -528,6 +528,8 @@ AllowosConsoleCommand=false
528 528
529AllowGodFunctions = false 529AllowGodFunctions = false
530 530
531ScriptDelayFactor = 1.0
532
531; Maximum number of llListen events we allow per script 533; Maximum number of llListen events we allow per script
532; Set this to 0 to have no limit imposed. 534; Set this to 0 to have no limit imposed.
533max_listens_per_script = 64 535max_listens_per_script = 64
@@ -701,4 +703,4 @@ password = http://127.0.0.1/password
701;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. 703;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
702[OpenGridProtocol] 704[OpenGridProtocol]
703;On/true or Off/false 705;On/true or Off/false
704ogp_enabled=false \ No newline at end of file 706ogp_enabled=false