From c0a28a6f1729c1925a3b613ed7675ee03e277ac7 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Sat, 1 Mar 2025 21:11:01 -0500 Subject: [PATCH] Slon/Modules/Http: Increase session buffer size to 10MB --- Slon/Modules/Http.HC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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