Commit f6d5fa0e authored by Geoff Simmons's avatar Geoff Simmons Committed by Nils Goroll

Fix default buffer size.

parent de9eb234
......@@ -49,7 +49,7 @@
VRT_fail((ctx), "vfp brotli failure: " fmt, __VA_ARGS__)
/* cf. varnishd default gzip_buffer */
#define DEFAULT_BUFSZ (32 * 1024 * 1024)
#define DEFAULT_BUFSZ (32 * 1024)
struct vbr_stream {
const uint8_t *next_in;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment