perf: increase websocket heartbeat to 300s and load subscriptions asynchronously in RPCView

The heartbeat interval is raised from 30.0 to 300.0 seconds to reduce network overhead and improve connection efficiency. Subscription loading is moved into a background async task to prevent blocking the WebSocket handshake, enhancing responsiveness during initial connection setup.
This commit is contained in:
2026-02-14 08:53:13 +00:00
parent 304ddc021d
commit 9b4040a326
3 changed files with 25 additions and 14 deletions
+8
View File
@@ -35,6 +35,14 @@
## Version 1.36.0 - 2026-02-14
Increases the websocket heartbeat interval to reduce network overhead and improve connection efficiency. Loads subscriptions asynchronously to enhance responsiveness during data retrieval.
**Changes:** 1 files, 29 lines
**Languages:** Python (29 lines)
## Version 1.35.0 - 2026-01-31