Increase initial delay to 30 minutes

pull/5117/head
Nick O'Leary 2025-04-24 13:41:10 +01:00
parent 0d4854a079
commit 7d4d604aa2
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

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