From d8b22ae77b497587ee993c28ec986adb687b4d58 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 7 Aug 2023 15:28:07 +0100 Subject: [PATCH] change default value to 5 --- config.example.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.env b/config.example.env index e370932ce8..abbe57b083 100644 --- a/config.example.env +++ b/config.example.env @@ -181,12 +181,12 @@ DATABASE_MIGRATIONS_PORT=5400 # This is in the format of GLOBAL_PROBE_NAME=ProbeName,ProbeDescription,ProbeKey GLOBAL_PROBE_1_NAME="Probe-1" GLOBAL_PROBE_1_DESCRIPTION="Global probe to monitor oneuptime resources" -GLOBAL_PROBE_1_MONITORING_WORKERS=1 +GLOBAL_PROBE_1_MONITORING_WORKERS=5 GLOBAL_PROBE_1_MONITOR_FETCH_LIMIT=10 GLOBAL_PROBE_2_NAME="Probe-2" GLOBAL_PROBE_2_DESCRIPTION="Global probe to monitor oneuptime resources" -GLOBAL_PROBE_2_MONITORING_WORKERS=1 +GLOBAL_PROBE_2_MONITORING_WORKERS=5 GLOBAL_PROBE_2_MONITOR_FETCH_LIMIT=10