Ensure the bar is updated at a reasonable frequency (e.g., every 200ms) #71

Closed
opened 2026-07-13 16:58:28 +00:00 by fuzzy · 1 comment
Owner
No description provided.
fuzzy self-assigned this 2026-07-13 16:58:28 +00:00
Owner

Closing — done. Bar throttled at 200ms via bar.SetThrottle(200 * time.Millisecond). Render goroutine ticks every 100ms but throttle prevents excessive redraws.

Closing — done. Bar throttled at 200ms via `bar.SetThrottle(200 * time.Millisecond)`. Render goroutine ticks every 100ms but throttle prevents excessive redraws.
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/pget#71
No description provided.