Commit b57d17f1dd1d47b381eac196ac3d660f859be496

Authored by Igor Kulikov
Committed by GitHub
2 parents f4c7d6c3 60cceea7

Merge pull request #3010 from yefimov-andrey/change-aggr-17-3.0

changed aggregation interval to 1/7
... ... @@ -38,7 +38,7 @@ export interface TimeInterval {
38 38 const MIN_INTERVAL = SECOND;
39 39 const MAX_INTERVAL = 365 * 20 * DAY;
40 40
41   -const MIN_LIMIT = 10;
  41 +const MIN_LIMIT = 7;
42 42
43 43 const MAX_DATAPOINTS_LIMIT = 500;
44 44
... ...