mirror of https://gitee.com/bigwinds/arangodb
increased update interval
This commit is contained in:
parent
1f68eaa221
commit
af18b61539
|
@ -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: {},
|
||||
|
|
Loading…
Reference in New Issue