reduced maxDataPoints

This commit is contained in:
Torkel Ödegaard
2013-12-10 10:51:02 +01:00
parent b4cd48a79c
commit a051f30eba
+1 -1
View File
@@ -299,7 +299,7 @@ function (angular, app, $, _, kbn, moment, timeSeries, graphiteSrv) {
var graphiteLoadOptions = {
range: range,
targets: $scope.panel.targets,
maxDataPoints: $scope.panel.span * 100
maxDataPoints: $scope.panel.span * 50
};
var result = RQ.sequence([