Skip to main content

Variable: IMPORT_SITE_VALIDATION_CONCURRENCY

const IMPORT_SITE_VALIDATION_CONCURRENCY: 8 = 8;

Defined in: electron/constants.ts:75

Maximum number of imported site configurations to validate at once.

Remarks

Import validation may inspect every monitor on every imported site through the configuration manager. Bounding this prevents large JSON imports from launching all validation work at once before the atomic persist step.