* shrink default buffer size from 4K to 64 bytes. Applications that know they need...
[citadel.git] / libcitadel / lib / stringbuf.c
index dc180176e5e60ec298a1c80e09be8b14f7083e6b..4498823d87c27e5c9b286e8d6dc625e0a363ddde 100644 (file)
@@ -25,7 +25,7 @@
 int ZEXPORT compress_gzip(Bytef * dest, size_t * destLen,
                           const Bytef * source, uLong sourceLen, int level);
 #endif
-int BaseStrBufSize = SIZ;
+int BaseStrBufSize = 64;
 
 /**
  * Private Structure for the Stringbuffer