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
Justin Clark-Casey (justincc) 2012-04-10 17:22:02 +01:00
parent f9dd4ed89c
commit 2b339bfd97
1 changed files with 1 additions and 1 deletions

View File

@ -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.