summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jarmon/jarmon.js2
1 files changed, 1 insertions, 1 deletions
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;
};