aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
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/OpenSim.ini.example
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/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f8c0506..840de6b 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -522,6 +522,12 @@
522 ; 522 ;
523 ; See http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation for more information on CIDR notation 523 ; See http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation for more information on CIDR notation
524 524
525 ;# {HttpBodyMaxLenMAX} {} {Maximum bytes allowed for HTTP_BODY_MAXLENGTH} {} 16384
526 ;; By default, llHTTPRequest limits the response body to 2048 bytes.
527 ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum
528 ;; of HttpBodyMaxLenMAX bytes.
529 ; HttpBodyMaxLenMAX=16384
530
525 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} 531 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}
526 ;; Hostname to use in llRequestURL/llRequestSecureURL 532 ;; Hostname to use in llRequestURL/llRequestSecureURL
527 ;; if not defined - default machine name is being used 533 ;; if not defined - default machine name is being used