Increase post buffer size

This commit is contained in:
Andrew Pamment 2016-08-20 19:22:40 +10:00
parent 7fed209fb6
commit 51244a2787

2
www.c
View File

@ -11,7 +11,7 @@
#define GET 1
#define POST 2
#define POSTBUFFERSIZE 8192
#define POSTBUFFERSIZE 65536
extern struct bbs_config conf;