Frontend  0.4.1
Loading...
Searching...
No Matches
ws_batch_size.dart File Reference

Variables

const int wsBatchSize = 32
 WebSocket batch size.
 

Variable Documentation

◆ wsBatchSize

const int wsBatchSize = 32

This is the maximum number of WebSocket messages grouped and sent at once.

Warning
Extreme caution is advised when increasing this value. Many small messages Many small packets quickly overload the input buffers of the ESP32.

See also #45.