diff --git a/html/admin/js/views/dashboardView.js b/html/admin/js/views/dashboardView.js
index f2b6e6d2ad..d9d6d8053c 100644
--- a/html/admin/js/views/dashboardView.js
+++ b/html/admin/js/views/dashboardView.js
@@ -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: {},