From fe71da83c02ca97bf7fd624ae70dbe97b94f99c1 Mon Sep 17 00:00:00 2001 From: Tom Cariello Date: Mon, 9 Sep 2024 08:58:55 -0400 Subject: [PATCH] Tweaking default time span for heatmax requests --- web/js/components/sidebar/charting-mode-options.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/js/components/sidebar/charting-mode-options.js b/web/js/components/sidebar/charting-mode-options.js index a59f2aa6ac..8d578890c5 100644 --- a/web/js/components/sidebar/charting-mode-options.js +++ b/web/js/components/sidebar/charting-mode-options.js @@ -323,8 +323,7 @@ function ChartingModeOptions(props) { // const endEpochTime = convertToMsSinceEpoch(endDate); // const time = `${startEpochTime},${endEpochTime}`; - // Hardcoded timeframe of Dec 31, 2015 - Dec 31, 2099 - // const time = '1451520000000,4102444800000'; + // Hardcoded timeframe of Dec 31, 2022 - Dec 31, 2023 const startTime = 1672488000000; const endTime = 1704024000000;