aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-04-10 17:22:02 +0100
committerJustin Clark-Casey (justincc)2012-04-10 17:22:02 +0100
commit2b339bfd9702d2d1c988b87bc806b7fe3bdbed69 (patch)
tree019d4dd8b35edd9e5ae27bc925a3a0933cac73ee
parentDo not timeout group member cache entry, as long as there are frequent group ... (diff)
downloadopensim-SC_OLD-2b339bfd9702d2d1c988b87bc806b7fe3bdbed69.zip
opensim-SC_OLD-2b339bfd9702d2d1c988b87bc806b7fe3bdbed69.tar.gz
opensim-SC_OLD-2b339bfd9702d2d1c988b87bc806b7fe3bdbed69.tar.bz2
opensim-SC_OLD-2b339bfd9702d2d1c988b87bc806b7fe3bdbed69.tar.xz
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.
-rw-r--r--bin/OpenSimDefaults.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 45d604f..68a2ea3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1129,7 +1129,7 @@
1129 1129
1130 ; Maximum number of llListen events we allow over the entire region. 1130 ; Maximum number of llListen events we allow over the entire region.
1131 ; Set this to 0 to have no limit imposed 1131 ; Set this to 0 to have no limit imposed
1132 max_listeners_per_region = 1000 1132 max_listens_per_region = 1000
1133 1133
1134 ; Maximum number of llListen events we allow per script 1134 ; Maximum number of llListen events we allow per script
1135 ; Set this to 0 to have no limit imposed. 1135 ; Set this to 0 to have no limit imposed.