1
0
Fork 0

increased update interval

This commit is contained in:
Jan Steemann 2013-07-01 10:26:27 +02:00
parent 1f68eaa221
commit af18b61539
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
var dashboardView = Backbone.View.extend({
el: '#content',
updateInterval: 500, // 0.5 second, constant
updateFrequency: 5, // the actual update rate (5 s)
updateFrequency: 10, // the actual update rate (5 s)
updateCounter: 0,
arraySize: 20, // how many values will we keep per figure?
seriesData: {},