Browse Source

changed aggregation interval to 1/7

pull/3010/head
nordmif 6 years ago
parent
commit
60cceea7da
  1. 2
      ui-ngx/src/app/core/services/time.service.ts

2
ui-ngx/src/app/core/services/time.service.ts

@ -38,7 +38,7 @@ export interface TimeInterval {
const MIN_INTERVAL = SECOND;
const MAX_INTERVAL = 365 * 20 * DAY;
const MIN_LIMIT = 10;
const MIN_LIMIT = 7;
const MAX_DATAPOINTS_LIMIT = 500;

Loading…
Cancel
Save