Skip to content

Commit

Permalink
Tweaking default time span for heatmax requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcariello committed Sep 9, 2024
1 parent 3a39b81 commit fe71da8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/js/components/sidebar/charting-mode-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fe71da8

Please sign in to comment.