Browse Source

changed minimal aggregation interval to 1/5

pull/2937/head
nordmif 6 years ago
parent
commit
9b6b9e41fe
  1. 2
      ui/src/app/api/time.service.js

2
ui/src/app/api/time.service.js

@ -25,7 +25,7 @@ const DAY = 24 * HOUR;
const MIN_INTERVAL = SECOND;
const MAX_INTERVAL = 365 * 20 * DAY;
const MIN_LIMIT = 10;
const MIN_LIMIT = 5;
//const AVG_LIMIT = 200;
//const MAX_LIMIT = 500;

Loading…
Cancel
Save