Skip to content
Snippets Groups Projects
Commit 55a5680d authored by Wortman, Elliot (UG - Comp Sci & Elec Eng)'s avatar Wortman, Elliot (UG - Comp Sci & Elec Eng)
Browse files

Increase /value call rate to 7s from 5s

parent f7e9e5a2
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ export default {
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
this.getValues();
setInterval(this.getValues, 5000);
setInterval(this.getValues, 7000);
},
methods: {
getValues() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment