Increase initial delay to 30 minutes

This commit is contained in:
Nick O'Leary
2025-04-24 13:41:10 +01:00
parent 0d4854a079
commit 7d4d604aa2

View File

@@ -4,7 +4,7 @@ const semver = require('semver')
const cronosjs = require('cronosjs')
const METRICS_DIR = path.join(__dirname, 'metrics')
const INITIAL_PING_DELAY = 1000 * 60 * 5 // 5 minutes from startup
const INITIAL_PING_DELAY = 1000 * 60 * 30 // 5 minutes from startup
let runtime