mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
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.
This commit is contained in:
@@ -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
|
||||
ogp_enabled=false
|
||||
|
||||
Reference in New Issue
Block a user