From 68cabae57238dcb26b16f81afd5179e65b126b13 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Aug 2017 10:27:37 -0600 Subject: RrdQueryRemote: correctly handle caching with timespans around epoch --- jarmon/jarmon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js index 9176719..e3b9768 100644 --- a/jarmon/jarmon.js +++ b/jarmon/jarmon.js @@ -317,7 +317,7 @@ jarmon.RrdQueryRemote = function(url, unit, downloader) { this.downloader = downloader; } - this.lastUpdate = 0; + this.lastUpdate = -Infinity; this._download = null; }; -- cgit v1.2.3