From 568c3fc219e7b055ba7e601dd2974b4b71089981 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 10 Apr 2025 03:00:04 -0700 Subject: [PATCH] chore: add health check template var `healthTimer` --- tvapp2/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvapp2/www/index.html b/tvapp2/www/index.html index a30cdd0f..44d63a75 100644 --- a/tvapp2/www/index.html +++ b/tvapp2/www/index.html @@ -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