diff --git a/Slon/Modules/Http.HC b/Slon/Modules/Http.HC index 9fb9197..4d7a2ea 100644 --- a/Slon/Modules/Http.HC +++ b/Slon/Modules/Http.HC @@ -1,4 +1,4 @@ -#define SLON_HTTP_BUFFER_SIZE 1048576 +#define SLON_HTTP_BUFFER_SIZE 10485760 #define SLON_HTTP_VERB_DELETE 1 #define SLON_HTTP_VERB_GET 2 #define SLON_HTTP_VERB_OPTIONS 3