mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
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.
This commit is contained in:
@@ -1129,7 +1129,7 @@
|
||||
|
||||
; 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
|
||||
max_listens_per_region = 1000
|
||||
|
||||
; Maximum number of llListen events we allow per script
|
||||
; Set this to 0 to have no limit imposed.
|
||||
|
||||
Reference in New Issue
Block a user