mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 23:05:46 +00:00
try lower http buffer size, it seemingly makes http smoother (larger packets are split)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user