Spaces:
Running
Running
// Auto-fix feature constants | |
export const MAX_AUTO_FIX_ATTEMPTS = 3; | |
export const AUTO_FIX_DELAY_MS = 2000; | |
export const ERROR_BATCH_DELAY_MS = 1000; | |
export const MAX_ERRORS_TO_DISPLAY = 10; | |