try lower http buffer size, it seemingly makes http smoother (larger packets are split)

This commit is contained in:
openshwprojects
2022-08-01 18:47:36 +02:00
parent ec03b9454f
commit d05551b07d

View File

@ -8,7 +8,7 @@
#define HTTP_SERVER_PORT 80
#define REPLY_BUFFER_SIZE 10000
#define REPLY_BUFFER_SIZE 5000
#define INCOMING_BUFFER_SIZE 1024
xTaskHandle g_http_thread = NULL;