mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-07 20:16:55 +03:00
reduce SCRATCH_BUFSIZE to fix upload errors
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user