Increase maximum token size to 8KiB
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 7 Sep 2010 17:47:04 +0000 (18:47 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 7 Sep 2010 17:48:02 +0000 (18:48 +0100)
This is a dirty way to avoid bug #628940 for now

camel/providers/imapx/camel-imapx-stream.c

index f3ed03a..76c7eda 100644 (file)
@@ -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)