Slon/Modules/Http: Increase session buffer size to 10MB

This commit is contained in:
Alec Murphy 2025-03-01 21:11:01 -05:00
parent bcb46d47f1
commit c0a28a6f17

View file

@ -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