Browse Source

reduced maxDataPoints

Torkel Ödegaard 12 năm trước cách đây
mục cha
commit
a051f30eba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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([