Skip to content

ccusage / _consts / BLOCKS_WARNING_THRESHOLD

Variable: BLOCKS_WARNING_THRESHOLD

ts
const BLOCKS_WARNING_THRESHOLD: 0.8 = 0.8;

Threshold percentage for showing usage warnings in blocks command (80%) When usage exceeds this percentage of limits, warnings are displayed

Released under the MIT License.