diff mcabber/src/hbuf.h @ 795:b16acadd7d53

Improve support for long messages - Up to 10000 lines - Up to 8 kB (HBB_BLOCKSIZE)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 09 Apr 2006 09:22:40 +0200
parents 421b337dc6d2
children e1b7f71b0b1c
line wrap: on
line diff
--- 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