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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user