Skip to content

Commit

Permalink
Revert threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jan 25, 2017
1 parent 2c3f482 commit 16a5d67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

public class ExoPlayerManager implements ExoPlayer.EventListener {

// 5 minutes
private static final int ROUND_DECIMALS_THRESHOLD = 5 * 60 * 1000;
// 1 minute
private static final int ROUND_DECIMALS_THRESHOLD = 1 * 60 * 1000;

private ExoPlayerMediaSourceBuilder mediaSourceBuilder;
private SimpleExoPlayerView playerView;
Expand Down

0 comments on commit 16a5d67

Please sign in to comment.