reduce SCRATCH_BUFSIZE to fix upload errors

This commit is contained in:
Frank Haverland
2022-09-26 19:57:59 +02:00
parent dc788b14eb
commit aa72cab84f

View File

@@ -54,7 +54,7 @@ extern "C" {
/* Scratch buffer size */ /* Scratch buffer size */
#define SCRATCH_BUFSIZE 8192 #define SCRATCH_BUFSIZE 4096
struct file_server_data { struct file_server_data {
/* Base path of file storage */ /* Base path of file storage */