Correct max_listeners_per_region in OpenSimDefaults.ini to max_listens_per_region
Value for this setting in OpenSimDefaults.ini (1000) is same as setting in code (1000) so this should have no effect Thanks to Ovi Chris Rouly for pointing this out.0.7.4.1
parent
f9dd4ed89c
commit
2b339bfd97
|
@ -1129,7 +1129,7 @@
|
||||||
|
|
||||||
; Maximum number of llListen events we allow over the entire region.
|
; Maximum number of llListen events we allow over the entire region.
|
||||||
; Set this to 0 to have no limit imposed
|
; Set this to 0 to have no limit imposed
|
||||||
max_listeners_per_region = 1000
|
max_listens_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.
|
||||||
|
|
Loading…
Reference in New Issue