Skip to content

Commit c188e2b

Browse files
committed
Update MAX_EMPTY_PAGES value to 3 with proper JDoc formatting
1 parent 5f29b39 commit c188e2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudChannelTabExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public class SoundcloudChannelTabExtractor extends ChannelTabExtractor {
2424

2525
private static final String USERS_ENDPOINT = SOUNDCLOUD_API_V2_URL + "users/";
2626

27-
// Empty page cap against infinite pagination loops.
28-
private static final int MAX_EMPTY_PAGES = 5;
27+
/** Empty page cap against infinite pagination loops. */
28+
private static final int MAX_EMPTY_PAGES = 3;
2929

3030
private final String userId;
3131

0 commit comments

Comments
 (0)