diff --git a/ECMJobRunner.WebCron/HealthCheck/HealthCheckHtmlGenerator.cs b/ECMJobRunner.WebCron/HealthCheck/HealthCheckHtmlGenerator.cs index 718108e..7bdd1bd 100644 --- a/ECMJobRunner.WebCron/HealthCheck/HealthCheckHtmlGenerator.cs +++ b/ECMJobRunner.WebCron/HealthCheck/HealthCheckHtmlGenerator.cs @@ -253,7 +253,7 @@ public static class HealthCheckHtmlGenerator sb.AppendLine(@"
"); sb.AppendLine(); - sb.Append(" Auto-refresh in 10s"); + sb.Append(" Auto-refresh in 3s"); sb.AppendLine(); sb.AppendLine(@"
"); } diff --git a/ECMJobRunner.WebCron/wwwroot/js/health-ui.js b/ECMJobRunner.WebCron/wwwroot/js/health-ui.js index 6d9716a..36829c8 100644 --- a/ECMJobRunner.WebCron/wwwroot/js/health-ui.js +++ b/ECMJobRunner.WebCron/wwwroot/js/health-ui.js @@ -1,4 +1,4 @@ -let countdown = 10; +let countdown = 3; function updateCountdown() { document.getElementById('countdown').innerText = countdown;