Commit a051f30e by Torkel Ödegaard

reduced maxDataPoints

parent b4cd48a7
...@@ -299,7 +299,7 @@ function (angular, app, $, _, kbn, moment, timeSeries, graphiteSrv) { ...@@ -299,7 +299,7 @@ function (angular, app, $, _, kbn, moment, timeSeries, graphiteSrv) {
var graphiteLoadOptions = { var graphiteLoadOptions = {
range: range, range: range,
targets: $scope.panel.targets, targets: $scope.panel.targets,
maxDataPoints: $scope.panel.span * 100 maxDataPoints: $scope.panel.span * 50
}; };
var result = RQ.sequence([ var result = RQ.sequence([
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment