mcabber/src/hbuf.h
changeset 186 888ad9f15346
parent 184 b5aa2b9c425a
child 189 4f3975f1b852
--- a/mcabber/src/hbuf.h	Thu May 05 20:05:39 2005 +0000
+++ b/mcabber/src/hbuf.h	Thu May 05 20:50:50 2005 +0000
@@ -6,7 +6,7 @@
 
 // With current implementation a message must fit in a hbuf block,
 // so we shouldn't choose a too small size.
-#define HBB_BLOCKSIZE   2048    // > 20 please
+#define HBB_BLOCKSIZE   4096    // > 20 please
 
 // Flags:
 // - ALLOC: the ptr data has been allocated, it can be freed