Skip to content
Snippets Groups Projects
Commit 01aec3fa authored by Pedro Beschorner Marin's avatar Pedro Beschorner Marin
Browse files

Starting stats timeout at zero

parent ffb07415
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ const startCounter = (sec, set, get, interval) => {
let audioStats = '';
const audioStatsDep = new Tracker.Dependency();
let statsTimeout = STATS.length;
let statsTimeout = 0;
const getAudioStats = () => {
audioStatsDep.depend();
......
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