From 7a59257f0ddc556cf3ce8e2823e8bd524c1cb9eb Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 9 Jun 2010 09:36:56 +0000 Subject: AXIOM_MIME_PARSER_END_OF_MIME_MAX_COUNT value increased to 1000 to allow 1000 attachments per request from previous 100. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@952923 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/include/axiom_mime_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axiom/include') diff --git a/axiom/include/axiom_mime_parser.h b/axiom/include/axiom_mime_parser.h index b7f4f00..2c86383 100644 --- a/axiom/include/axiom_mime_parser.h +++ b/axiom/include/axiom_mime_parser.h @@ -41,7 +41,7 @@ extern "C" #define AXIOM_MIME_PARSER_BUFFER_SIZE (1024 * 1024/2) #define AXIOM_MIME_PARSER_MAX_BUFFERS 1000 -#define AXIOM_MIME_PARSER_END_OF_MIME_MAX_COUNT 100 +#define AXIOM_MIME_PARSER_END_OF_MIME_MAX_COUNT 1000 typedef struct axiom_mime_parser axiom_mime_parser_t; -- cgit v1.1-32-gdbae