mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Increase initial delay to 30 minutes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user