Skip to content

ccusage / _consts / MIN_RENDER_INTERVAL_MS

Variable: MIN_RENDER_INTERVAL_MS

ts
const MIN_RENDER_INTERVAL_MS: 16 = 16;

Frame rate limit for live monitoring (16ms = ~60fps) Prevents terminal flickering and excessive CPU usage during rapid updates

Released under the MIT License.