aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-16 03:32:47 +0100
committerJustin Clark-Casey (justincc)2012-06-16 03:32:47 +0100
commit22f25dfcab4a5c0d4df0a3df74a6337ab80c5ee8 (patch)
tree3f2a519afe398530e4974d2609cb59c1bfe027fd /bin
parentAdd region name to UseCircuitCode log messages (diff)
downloadopensim-SC_OLD-22f25dfcab4a5c0d4df0a3df74a6337ab80c5ee8.zip
opensim-SC_OLD-22f25dfcab4a5c0d4df0a3df74a6337ab80c5ee8.tar.gz
opensim-SC_OLD-22f25dfcab4a5c0d4df0a3df74a6337ab80c5ee8.tar.bz2
opensim-SC_OLD-22f25dfcab4a5c0d4df0a3df74a6337ab80c5ee8.tar.xz
Implement max_external_urls_per_simulator setting in [LL-Functions] to allow configuration of how many urls can be set up by llRequestURL()
Defaults remains as 100. This setting is per simulator instead of per region due to how the url script module is structured.
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.