Slon/Modules/Http: Increase session buffer size to 10MB
This commit is contained in:
parent
bcb46d47f1
commit
c0a28a6f17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue