diff -r 32d5298f9f8d -r b16acadd7d53 mcabber/src/hbuf.h --- a/mcabber/src/hbuf.h Sat Apr 08 12:30:05 2006 +0200 +++ b/mcabber/src/hbuf.h Sun Apr 09 09:22:40 2006 +0200 @@ -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 4096 // > 20 please +#define HBB_BLOCKSIZE 8192 // > 20 please // Flags: // - ALLOC: the ptr data has been allocated, it can be freed