aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJeff Kelley2016-03-14 11:42:28 +0100
committerMelanie Thielker2016-03-14 16:08:49 +0100
commit41644bbfa92e93c45c17142d261d304d4bd51ef7 (patch)
treef898deadd647e94dc22b1446bf4f084ca71e5b2e /bin/OpenSimDefaults.ini
parentMerge branch 'master' of opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-41644bbfa92e93c45c17142d261d304d4bd51ef7.zip
opensim-SC_OLD-41644bbfa92e93c45c17142d261d304d4bd51ef7.tar.gz
opensim-SC_OLD-41644bbfa92e93c45c17142d261d304d4bd51ef7.tar.bz2
opensim-SC_OLD-41644bbfa92e93c45c17142d261d304d4bd51ef7.tar.xz
Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mantis 7839.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f09d2a1..3cdd1a7 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -527,6 +527,12 @@
527 ; Password for cert 527 ; Password for cert
528 ; cert_pass = "password" 528 ; cert_pass = "password"
529 529
530 ; Maximum bytes allowed for HTTP_BODY_MAXLENGTH.
531 ; By default, llHTTPRequest limits the response body to 2048 bytes.
532 ; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum
533 ; of HttpBodyMaxLenMAX bytes.
534 ; HttpBodyMaxLenMAX=16384
535
530 ; Hostname to use in llRequestURL/llRequestSecureURL 536 ; Hostname to use in llRequestURL/llRequestSecureURL
531 ; if not defined - default machine name is being used 537 ; if not defined - default machine name is being used
532 ; (on Windows this mean NETBIOS name - useably only inside local network) 538 ; (on Windows this mean NETBIOS name - useably only inside local network)