Explorar o código

reduced maxDataPoints

Torkel Ödegaard %!s(int64=12) %!d(string=hai) anos
pai
achega
a051f30eba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/panels/graphite/module.js

+ 1 - 1
src/app/panels/graphite/module.js

@@ -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([