[evolution-data-server] Increase maximum token size to 8KiB



commit 35d9577981760f176ebc0ccfa54b20c23d945a5e
Author: David Woodhouse <David Woodhouse intel com>
Date:   Tue Sep 7 18:47:04 2010 +0100

    Increase maximum token size to 8KiB
    
    This is a dirty way to avoid bug #628940 for now

 camel/providers/imapx/camel-imapx-stream.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-stream.c b/camel/providers/imapx/camel-imapx-stream.c
index f3ed03a..76c7eda 100644
--- a/camel/providers/imapx/camel-imapx-stream.c
+++ b/camel/providers/imapx/camel-imapx-stream.c
@@ -37,8 +37,8 @@
 #define t(x) camel_imapx_debug(token, x)
 #define io(x) camel_imapx_debug(io, x)
 
-#define CAMEL_IMAPX_STREAM_SIZE (4096)
-#define CAMEL_IMAPX_STREAM_TOKEN (4096) /* maximum token size */
+#define CAMEL_IMAPX_STREAM_SIZE (8192)
+#define CAMEL_IMAPX_STREAM_TOKEN (8192) /* maximum token size */
 
 G_DEFINE_TYPE (CamelIMAPXStream, camel_imapx_stream, CAMEL_TYPE_STREAM)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]