summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-11-03 21:09:08 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-11-03 21:09:08 +0100
commitb4feffa46d2bfb90e856e159616b331a97e929ad (patch)
tree73c5cd0a5ba1ad70bd41e390c851c9cd0b40b5c6 /src
parentfixed hub runit run script (diff)
added first version for the logo
Diffstat (limited to 'src')
-rw-r--r--src/viz/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/viz/index.js b/src/viz/index.js
index 907e1bf..ee51064 100644
--- a/src/viz/index.js
+++ b/src/viz/index.js
@@ -1,8 +1,9 @@
var qintv_ms = 5000;
var uripart = "/updates?";
//var lastfrom = "";
+var lastfrom="limit=12000";
//var lastfrom = "from="+(new Date(Date.now() - 10*60*1000)).toISOString();
-var lastfrom="?limit=120";
+//var lastfrom = "from="+(new Date(Date.now() - 10*60*1000)).toISOString()+"&limit=1000";
//console.log(lastfrom);
//var possible_display_functions = {"Off":"none", "Value":showvalue, "Gauge":showgauge, "Graph":showasgraph};
var possible_display_functions = {"Off":"none", "Value":showvalue, "Graph":showasgraph};