mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
change default value to 5
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user