Skip to content

Commit e4a2d2f

Browse files
authored
Merge pull request #7071 from thefalsedev/cpufix-1
Change player progress bar update from 500 ms to 1 s
2 parents 638825c + 892b4a1 commit e4a2d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public final class Player implements
238238
//////////////////////////////////////////////////////////////////////////*/
239239

240240
public static final int PLAY_PREV_ACTIVATION_LIMIT_MILLIS = 5000; // 5 seconds
241-
public static final int PROGRESS_LOOP_INTERVAL_MILLIS = 500; // 500 millis
241+
public static final int PROGRESS_LOOP_INTERVAL_MILLIS = 1000; // 1 second
242242
public static final int DEFAULT_CONTROLS_DURATION = 300; // 300 millis
243243
public static final int DEFAULT_CONTROLS_HIDE_TIME = 2000; // 2 Seconds
244244
public static final int DPAD_CONTROLS_HIDE_TIME = 7000; // 7 Seconds

0 commit comments

Comments
 (0)