aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorBlueWall2012-06-16 06:29:49 -0400
committerBlueWall2012-06-16 06:29:49 -0400
commitfc1522ab609f69e198806b2b4bf730a61b1a4f0a (patch)
treea647a53415c3cdf10bb8bee6275ad11a5b85af7b /bin
parentAdjust Robust*.ini.examples V3 webprofile entries (diff)
parentChange read config paramter from max_urls_per_simulator to max_external_urls_... (diff)
downloadopensim-SC_OLD-fc1522ab609f69e198806b2b4bf730a61b1a4f0a.zip
opensim-SC_OLD-fc1522ab609f69e198806b2b4bf730a61b1a4f0a.tar.gz
opensim-SC_OLD-fc1522ab609f69e198806b2b4bf730a61b1a4f0a.tar.bz2
opensim-SC_OLD-fc1522ab609f69e198806b2b4bf730a61b1a4f0a.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 1b8a4b6..ededdc05 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1168,7 +1168,9 @@
1168 ; Maximum number of llListen events we allow per script 1168 ; Maximum number of llListen events we allow per script
1169 ; Set this to 0 to have no limit imposed. 1169 ; Set this to 0 to have no limit imposed.
1170 max_listens_per_script = 64 1170 max_listens_per_script = 64
1171 1171
1172 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
1173 max_external_urls_per_simulator = 100
1172 1174
1173[DataSnapshot] 1175[DataSnapshot]
1174 ; The following set of configs pertains to search. 1176 ; The following set of configs pertains to search.