From: Heng Li Date: Wed, 31 Aug 2011 20:07:32 +0000 (-0400) Subject: increase the buffer size to 16kb X-Git-Tag: ksprintf-final~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=f1a26fb6bea76f8115366d2d3f8c695c4aa402f4;p=klib.git increase the buffer size to 16kb --- diff --git a/kseq.h b/kseq.h index d8e4a8a..0bbc7dc 100644 --- a/kseq.h +++ b/kseq.h @@ -216,7 +216,7 @@ typedef struct __kstring_t { } kseq_t; #define KSEQ_INIT(type_t, __read) \ - KSTREAM_INIT(type_t, __read, 4096) \ + KSTREAM_INIT(type_t, __read, 16384) \ __KSEQ_TYPE(type_t) \ __KSEQ_BASIC(type_t) \ __KSEQ_READ