Split buffer requests/responses

This commit is contained in:
Donal McBreen
2024-07-31 11:04:09 +01:00
committed by Donal McBreen
parent d891eb91e4
commit c8adda1550
2 changed files with 4 additions and 2 deletions

View File

@@ -87,7 +87,8 @@ proxy:
# You can also set the memory limit for buffering, which defaults to 1MB, anything
# larger than that is written to disk.
buffering:
enabled: true
requests: true
responses: true
max_request_body: 40_000_000
max_response_body: 0
memory: 2_000_000