liquid_feedback_frontend

changeset 1198:61b81906b505

Updated documentation for new Moonbridge version (again)
author jbe
date Sun Jun 21 02:55:34 2015 +0200 (2015-06-21)
parents b1ba4eb3ff1f
children 6b1f01c31092
files config/example.lua
line diff
     1.1 --- a/config/example.lua	Sat Jun 20 02:44:54 2015 +0200
     1.2 +++ b/config/example.lua	Sun Jun 21 02:55:34 2015 +0200
     1.3 @@ -318,9 +318,10 @@
     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_idle_timeout      = 65,           -- maximum time until receiving the first byte of the request header
     1.8 ---   request_header_timeout    = 30,           -- maximum time until receiving the remaining bytes of the request header
     1.9 ---   response_timeout          = 1800,         -- time in which request body and response must be sent
    1.10 +--   idle_timeout              = 65,           -- maximum time until receiving the first byte of the request headera
    1.11 +--   stall_timeout             = 60,           -- maximum time a client connection may be stalled
    1.12 +--   request_header_timeout    = 120,          -- maximum time until receiving the remaining bytes of the request header
    1.13 +--   response_timeout          = 3600,         -- time in which request body and response must be sent
    1.14  --   maximum_input_chunk_size  = 16384         -- tweaks behavior of request-body parser
    1.15  --   minimum_output_chunk_size = 1024          -- chunk size for chunked-transfer-encoding
    1.16  -- }

Impressum / About Us