Test commit from Git Gui
This commit is contained in:
parent
7b32c87376
commit
654f2cca80
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user