Test commit from Git Gui

This commit is contained in:
Steve 2025-01-05 20:28:04 +00:00
parent 7b32c87376
commit 654f2cca80

View File

@ -1,5 +1,6 @@
// @ts-check
'use strict';
//Test commit
var timespans = { oneSecond: 1000, oneMinute: 60 * 1000, oneHour: 60 * 60 * 1000, oneDay: 24 * 60 * 60 * 1000, oneWeek: 7 * 24 * 60 * 60 * 1000, oneMonth: 31 * 24 * 60 * 60 * 1000 };
var fetchIntervalDaily = 12 * timespans.oneHour;
var fetchIntervalIntraday = 4 * timespans.oneHour;