mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:55:42 -04:00
chore: add health check template var healthTimer
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
|
||||
let timerDelayMS = 10000;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user