Skip to main content

Variable: CDN_EDGE_CONSISTENCY_CONCURRENCY

const CDN_EDGE_CONSISTENCY_CONCURRENCY: 4 = 4;

Defined in: electron/constants.ts:98

Maximum number of CDN edge endpoint requests to run at once for a single monitor check.

Remarks

CDN edge monitors can be configured with several user-provided endpoints. Bounding per-check network fanout avoids creating a burst of outbound HTTP requests while still allowing independent edge checks to proceed in parallel.