Skip to content

Commit

Permalink
Reduce vod check delay
Browse files Browse the repository at this point in the history
  • Loading branch information
besuper committed Aug 31, 2022
1 parent 42ddc4b commit 5d8d32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function checkSubOnlyVOD() {
retrieveVOD(className);
}, 1000);
}
}, 5500);
}, 1500);
}

function retrieveVOD(className) {
Expand Down

0 comments on commit 5d8d32e

Please sign in to comment.