about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/yahns_config.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/yahns_config.txt b/Documentation/yahns_config.txt
index db24cad..83a330e 100644
--- a/Documentation/yahns_config.txt
+++ b/Documentation/yahns_config.txt
@@ -181,9 +181,10 @@ Ruby it is running under.
 
     This controls the maximum size of a request body before it is
     buffered to the filesystem (instead of memory).  This has no effect
-    if input_buffering is false.
+    if input_buffering is false.  This also governs the size of an
+    individual read(2) system call when reading a request body.
 
-    Default: 114688 bytes (112 kilobytes)
+    Default: 8192 bytes (8 kilobytes)
 
 * client_header_buffer_size INTEGER