devendergarg14 commited on
Commit
7d9ab18
·
verified ·
1 Parent(s): b7df051

Update index.html

Browse files
Files changed (1) hide show
  1. 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 = 60 * 60 * 1000; // For uptime % and history bar visualization
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) ---