aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMic Bowman2012-10-04 08:41:06 -0700
committerMic Bowman2012-10-04 08:41:06 -0700
commitd98af79f7727fd5d3cd94537b5b4d514f54f5250 (patch)
tree6b2dc69b13089e56e9f7e4d9bfea98671fed8b24 /bin/OpenSimDefaults.ini
parentAllow default animation to be stopped to be replaced with another one. (diff)
downloadopensim-SC_OLD-d98af79f7727fd5d3cd94537b5b4d514f54f5250.zip
opensim-SC_OLD-d98af79f7727fd5d3cd94537b5b4d514f54f5250.tar.gz
opensim-SC_OLD-d98af79f7727fd5d3cd94537b5b4d514f54f5250.tar.bz2
opensim-SC_OLD-d98af79f7727fd5d3cd94537b5b4d514f54f5250.tar.xz
Make the asset retrieval concurrency a config switch. The current value
of 30 is still hanging badly on some mono versions. The switch defaults to 30 to preserve current behavior.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6e6a089..677ac74 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -427,6 +427,10 @@
427 ; " (Mozilla Compatible)" to the text where there are problems with a web server 427 ; " (Mozilla Compatible)" to the text where there are problems with a web server
428 ;user_agent = "OpenSim LSL (Mozilla Compatible)" 428 ;user_agent = "OpenSim LSL (Mozilla Compatible)"
429 429
430 ; OpenSim can send multiple simultaneous requests for services such as asset
431 ; retrieval. However, some versions of mono appear to hang when there are too
432 ; many simultaneous requests, default is 30 and is currently applied only to assets
433 ;MaxRequestConcurrency = 30
430 434
431[XMLRPC] 435[XMLRPC]
432 ; ## 436 ; ##