Default refreshrate 3sec => 5sec
This commit is contained in:
parent
349a650357
commit
948b858253
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user