Variable: MAX_CDN_EDGE_CONSISTENCY_ENDPOINTS
const MAX_CDN_EDGE_CONSISTENCY_ENDPOINTS: 20 = 20;
Defined in: shared/constants/monitoring.ts:36
Maximum number of edge endpoints a CDN edge consistency monitor may check in a single run.
Remarksโ
Keeps one monitor from launching an unbounded number of parallel HTTP requests when data is imported, restored, or manually edited outside the UI.