Add missing max_listens_per_region to [LL_Functions] config section in OpenSimDefaults.ini + explanation.
This setting controls the maximum number of listeners in a region0.7.2-post-fixes
parent
b720454950
commit
a64be59c3b
|
@ -1043,6 +1043,10 @@
|
||||||
|
|
||||||
AllowGodFunctions = false
|
AllowGodFunctions = false
|
||||||
|
|
||||||
|
; Maximum number of llListen events we allow over the entire region.
|
||||||
|
; Set this to 0 to have no limit imposed
|
||||||
|
max_listeners_per_region = 1000
|
||||||
|
|
||||||
; Maximum number of llListen events we allow per script
|
; Maximum number of llListen events we allow per script
|
||||||
; Set this to 0 to have no limit imposed.
|
; Set this to 0 to have no limit imposed.
|
||||||
max_listens_per_script = 64
|
max_listens_per_script = 64
|
||||||
|
|
Loading…
Reference in New Issue