Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -120,7 +120,7 @@
|
|
120 |
let monitoredUrlsCache = []; // Client-side cache of URL data from backend
|
121 |
|
122 |
const UI_REFRESH_INTERVAL_MS = 5000; // Refresh UI data from backend every 5 seconds
|
123 |
-
const HISTORY_DURATION_MS_FOR_DISPLAY =
|
124 |
const MAX_HISTORY_POINTS_FOR_DISPLAY = 90;
|
125 |
|
126 |
// --- Theme Toggle (UNCHANGED logic) ---
|
|
|
120 |
let monitoredUrlsCache = []; // Client-side cache of URL data from backend
|
121 |
|
122 |
const UI_REFRESH_INTERVAL_MS = 5000; // Refresh UI data from backend every 5 seconds
|
123 |
+
const HISTORY_DURATION_MS_FOR_DISPLAY = 90 * 60 * 1000; // For uptime % and history bar visualization
|
124 |
const MAX_HISTORY_POINTS_FOR_DISPLAY = 90;
|
125 |
|
126 |
// --- Theme Toggle (UNCHANGED logic) ---
|