diff --git a/Probe/Config.ts b/Probe/Config.ts index 44a051ef99..ea97adfa1b 100644 --- a/Probe/Config.ts +++ b/Probe/Config.ts @@ -47,7 +47,7 @@ if (typeof probeMonitoringWorkers === "string") { export const PROBE_MONITORING_WORKERS: number = probeMonitoringWorkers; let monitorFetchLimit: string | number = - process.env["PROBE_MONITOR_FETCH_LIMIT"] || 1; + process.env["PROBE_MONITOR_FETCH_LIMIT"] || 10; if (typeof monitorFetchLimit === "string") { monitorFetchLimit = parseInt(monitorFetchLimit);