mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-07 08:07:40 +03:00
Increase handleClient iterations to 200 for better throughput
This commit is contained in:
parent
278d4b5d68
commit
09393a34ac
@ -32,7 +32,8 @@ constexpr UBaseType_t WEBSERVER_TASK_PRIORITY = 5; // Higher priority for res
|
|||||||
|
|
||||||
// WiFi performance: handleClient iterations per loop
|
// WiFi performance: handleClient iterations per loop
|
||||||
// Higher values improve upload throughput by processing more data per frame
|
// Higher values improve upload throughput by processing more data per frame
|
||||||
constexpr int HANDLE_CLIENT_ITERATIONS = 50;
|
// With 200 iterations we can process ~300KB per loop at 1.5KB/chunk
|
||||||
|
constexpr int HANDLE_CLIENT_ITERATIONS = 200;
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
// Apply WiFi performance optimizations for maximum upload throughput
|
// Apply WiFi performance optimizations for maximum upload throughput
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user