deepsite / lib /constants.ts
victor's picture
victor HF Staff
feat: add automatic error detection and fixing for preview
473668f
raw
history blame
192 Bytes
// 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;