Variable: IMPORT_SITE_EVENT_EMIT_CONCURRENCY
const IMPORT_SITE_EVENT_EMIT_CONCURRENCY: 8 = 8;
Defined in: electron/constants.ts:86
Maximum number of imported-site notification events to emit at once.
Remarks
A large import may add many sites. Emitting all follow-up site-added events at once can burst IPC/event listeners immediately after persistence, so the import completion path uses the same bounded worker-pool pattern as other user-sized import work.