diff mcabber/src/hbuf.h @ 186:888ad9f15346

[/trunk] Changeset 198 by mikael * Use lowercase jid for history log files * Workaround a problem when loading a history file big a (too) big message * Increase HBB_BLOCKSIZE to 4096
author mikael
date Thu, 05 May 2005 20:50:50 +0000
parents b5aa2b9c425a
children 4f3975f1b852
line wrap: on
line diff
--- 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