Skip to content

Commit

Permalink
Reduce Timeout for Starting to Subscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed May 30, 2024
1 parent 94fb3fd commit b791229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ function WebOsVideo(options) {

setTimeout(function() {
subscribe(cb);
}, 500)
}, 300)

return;
}
Expand Down

0 comments on commit b791229

Please sign in to comment.