summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 089b7c3693..136050c265 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -113,7 +113,7 @@ const struct m_sub_options stream_conf = {
},
.size = sizeof(struct stream_opts),
.defaults = &(const struct stream_opts){
- .buffer_size = STREAM_MIN_BUFFER_SIZE,
+ .buffer_size = 128 * 1024,
},
};