Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9b6b9e41fe8c19d2e6d69eddd2620aa79a3e8f70
Authored by
nordmif
2020-06-10 19:17:38 +0300
1 parent
a532ded5
changed minimal aggregation interval to 1/5
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui/src/app/api/time.service.js
ui/src/app/api/time.service.js
View file @
9b6b9e4
...
...
@@ -25,7 +25,7 @@ const DAY = 24 * HOUR;
25
25
const
MIN_INTERVAL
=
SECOND
;
26
26
const
MAX_INTERVAL
=
365
*
20
*
DAY
;
27
27
28
-
const
MIN_LIMIT
=
10
;
28
+
const
MIN_LIMIT
=
5
;
29
29
//const AVG_LIMIT = 200;
30
30
//const MAX_LIMIT = 500;
31
31
...
...