Variable: DATABASE_GRAPH_READ_CONCURRENCY
const DATABASE_GRAPH_READ_CONCURRENCY: 8 = 8;
Defined in: electron/constants.ts:65
Maximum number of site/monitor graph read operations to run at once.
Remarks
Database hydration and JSON export can traverse all stored sites, monitors, and histories. Bounding independent reads prevents large datasets from creating a burst of repository calls while still keeping the UI-facing operations responsive.