File size: 192 Bytes
473668f
 
 
 
 
1
2
3
4
5
6
// 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;