mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Update nextPingAt calculation to use a 2-minute offset for improved timing accuracy
This commit is contained in:
@@ -399,7 +399,7 @@ router.post(
|
||||
probeId: probeId,
|
||||
isEnabled: true,
|
||||
nextPingAt: QueryHelper.lessThanEqualToOrNull(
|
||||
OneUptimeDate.getCurrentDate(),
|
||||
OneUptimeDate.getSomeMinutesAgo(2)
|
||||
),
|
||||
monitor: {
|
||||
...MonitorService.getEnabledMonitorQuery(),
|
||||
|
||||
Reference in New Issue
Block a user