mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 12:15:41 -04:00
chore: add health check template var healthTimer
This commit is contained in:
@@ -298,7 +298,7 @@
|
|||||||
|
|
||||||
let timerDelayMS = 10000;
|
let timerDelayMS = 10000;
|
||||||
let timerStartMS = Date.now(); // returns milliseconds
|
let timerStartMS = Date.now(); // returns milliseconds
|
||||||
const timerHealthRun = '10000'; // time in milliseconds until health check ran AFTER initial run
|
const timerHealthRun = '<%= healthTimer %>'; // time in milliseconds until health check ran AFTER initial run
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Action > Healthcheck
|
Action > Healthcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user