liquid_feedback_frontend

changeset 1197:b1ba4eb3ff1f

Updated documentation for new Moonbridge version
author jbe
date Sat Jun 20 02:44:54 2015 +0200 (2015-06-20)
parents 5f9cf5a1d12f
children 61b81906b505
files config/example.lua
line diff
     1.1 --- a/config/example.lua	Mon Jun 01 15:11:32 2015 +0200
     1.2 +++ b/config/example.lua	Sat Jun 20 02:44:54 2015 +0200
     1.3 @@ -318,8 +318,9 @@
     1.4  --   static_headers            = {}            -- string or table of static headers to be returned with every request
     1.5  --   request_header_size_limit = 1024*1024,    -- maximum size of request body sent by client
     1.6  --   request_body_size_limit   = 64*1024*1024, -- maximum size of request body sent by client
     1.7 ---   request_header_timeout    = 360,          -- time after which request headers must have been received and processed
     1.8 ---   timeout                   = 1800,         -- time in which request body and response must be sent
     1.9 +--   request_idle_timeout      = 65,           -- maximum time until receiving the first byte of the request header
    1.10 +--   request_header_timeout    = 30,           -- maximum time until receiving the remaining bytes of the request header
    1.11 +--   response_timeout          = 1800,         -- time in which request body and response must be sent
    1.12  --   maximum_input_chunk_size  = 16384         -- tweaks behavior of request-body parser
    1.13  --   minimum_output_chunk_size = 1024          -- chunk size for chunked-transfer-encoding
    1.14  -- }

Impressum / About Us