[#36] Use dynamic buffer size to prevent unnecessary buffer cleanups #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/buffer-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactors buffer trimming to use dynamic line counts against PAD_SIZE (10k lines) instead of fixed entry limit (MAX_BUFFER_SIZE=200). This scales with rendered content, reducing unnecessary deletions that disrupt scrolling during history loads and mitigates stuck states.
Changes
Header Updates (DX)
Partially addresses #36 (fewer cleanups); full scroll fix pending history queries.
See issue #36.
[36] Use dynamic buffer size to prevent unnecessary buffer cleanupsto [#36] Use dynamic buffer size to prevent unnecessary buffer cleanups