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 region
remove-scene-viewer
Justin Clark-Casey (justincc) 2011-10-29 02:45:50 +01:00
parent 6d97545b6b
commit 9bdf118e0d
1 changed files with 4 additions and 0 deletions

View File

@ -1060,6 +1060,10 @@
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
; Set this to 0 to have no limit imposed.
max_listens_per_script = 64