Commit cea34825 authored by Geoff Simmons's avatar Geoff Simmons

Fix default buffer size.

parent 40707f2a
......@@ -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