jetty.http_output_buffer_size
Specify the size of the buffer of HTTP response (in bytes).
Key: jetty.http_output_buffer_size
Type: Integer
Can be set in: global.cfg
Description
Set the size of the buffer into which response content is aggregated before being sent to the client. A larger buffer can improve performance by allowing a content producer to run without blocking, however larger buffers consume more memory and may induce some latency before a client starts processing the content.