You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/api.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,12 @@ api:
58
58
> The defaults are set to balance memory usage with allowing multiple simultaneous connections.
59
59
60
60
- **max_send_queue** (*Optional*, int): The maximum number of messages that can be queued for sending per connection before the connection is dropped. Must be between 1 and 64.
61
-
Defaults to `5` for ESP8266/RP2040, `8` for ESP32/BK72xx/RTL87xx/LN882x, `16` for host platform. This prevents memory exhaustion when a client is slow or network-stalled.
61
+
Defaults to:
62
+
- `5`for ESP8266/RP2040,
63
+
- `8`for ESP32/BK72xx/LN882x/nRF52/RTL87xx,
64
+
- `16`for host platform.
65
+
66
+
This prevents memory exhaustion when a client is slow or network-stalled.
62
67
Each queued message uses approximately 8-12 bytes of overhead plus the message size.
0 commit comments