fix(tui): throttle render scheduling under streaming load

This commit is contained in:
Mario Zechner
2026-04-06 02:03:50 +02:00
parent 78d4625a48
commit 6f5f37f85a
2 changed files with 45 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed render scheduling under heavy streaming output by coalescing `requestRender()` calls to a 16ms frame budget while preserving immediate `requestRender(true)` behavior.
## [0.65.1] - 2026-04-05
## [0.65.0] - 2026-04-03