Skip to content

ccusage / _consts / MIN_REFRESH_INTERVAL_SECONDS

Variable: MIN_REFRESH_INTERVAL_SECONDS

ts
const MIN_REFRESH_INTERVAL_SECONDS: 1 = 1;

Minimum refresh interval in seconds for live monitoring mode Prevents too-frequent updates that could impact performance

Released under the MIT License.