Commit Diff


commit - 6dc3b75a27a79e74c8221bd260f619fe58ca4619
commit + 691332ddca35e907929b2a6acd099dea5c0ab08d
blob - ea3d77cbcc5d4f1c753e501db61f4adfd0f37900
blob + f90aa5f4ddf0dd9604fea24747c458881d7c75ec
--- lib/got_lib_inflate.h
+++ lib/got_lib_inflate.h
@@ -25,7 +25,7 @@ struct got_inflate_buf {
 #define GOT_INFLATE_F_OWN_OUTBUF	0x02
 };
 
-#define GOT_INFLATE_BUFSIZE		8192
+#define GOT_INFLATE_BUFSIZE		32768
 
 const struct got_error *got_inflate_init(struct got_inflate_buf *, uint8_t *,
     size_t);