From 64e4c34c1a111a39b9ab883cb41340dac08be52a Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 25 Aug 2008 17:50:44 +0000 Subject: 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. --- bin/OpenSim.ini.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/OpenSim.ini.example') 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 AllowGodFunctions = false +ScriptDelayFactor = 1.0 + ; Maximum number of llListen events we allow per script ; Set this to 0 to have no limit imposed. max_listens_per_script = 64 @@ -701,4 +703,4 @@ password = http://127.0.0.1/password ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. [OpenGridProtocol] ;On/true or Off/false -ogp_enabled=false \ No newline at end of file +ogp_enabled=false -- cgit v1.1