Default refreshrate 3sec => 5sec

This commit is contained in:
Tyron Madlener 2011-06-01 18:34:43 +02:00
parent 349a650357
commit 948b858253

View File

@ -9,7 +9,7 @@ $(function() {
// Amount of points the chart should hold
var numMaxPoints=30;
// Time between each refresh
var refreshRate=3000;
var refreshRate=5000;
// Defines what the tabs are currently displaying (realtime or data)
var tabStatus = new Object();