Skip to content
Commit 5497f719 authored by Michael Killough's avatar Michael Killough
Browse files

Allow client_body_buffer_size to be overriden.

This change allows `client_body_buffer_size` to be overriden by users of
the sidecar. It defaults the environment variable to 8k, which is what
nginx sets it to on x86-64.

We're regularly seeing larger requests get written to disk on some of
our services. This will allow us to configure a larger buffer size to
avoid this.

In the future, we may want to change the default 8k size to something
larger.
parent 7479e100
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment