aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 840de6b..90ecb72 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -526,6 +526,11 @@
526 ;; By default, llHTTPRequest limits the response body to 2048 bytes. 526 ;; By default, llHTTPRequest limits the response body to 2048 bytes.
527 ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum 527 ;; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum
528 ;; of HttpBodyMaxLenMAX bytes. 528 ;; of HttpBodyMaxLenMAX bytes.
529 ;; Please be aware that the limit can be set to insanely high values,
530 ;; effectively removing any limitation. This will expose your sim to a
531 ;; known attack. It is not recommended to set this limit higher than
532 ;; the highest value that is actually needed by existing applications!
533 ;; 16384 is the SL compatible value.
529 ; HttpBodyMaxLenMAX=16384 534 ; HttpBodyMaxLenMAX=16384
530 535
531 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} 536 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}