diff --git a/shared/strbuf.c b/shared/strbuf.c index 374aa00..a11f638 100644 --- a/shared/strbuf.c +++ b/shared/strbuf.c @@ -26,7 +26,7 @@ #include "util.h" #include "strbuf.h" -#define BUF_STEP (2048) +#define BUF_STEP 128 static bool buf_grow(struct strbuf *buf, size_t newsize) {