Skip to content

Commit e89d6ee

Browse files
committed
10 min buffer
1 parent c548f81 commit e89d6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ru/piter/fm/util/PiterFMCachingDownloader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class PiterFMCachingDownloader {
9999
public static final PiterFMCachingDownloader INSTANCE = new PiterFMCachingDownloader();
100100

101101
/** cache size */
102-
private static final int READ_AHEAD_NUM = 5;
102+
private static final int READ_AHEAD_NUM = 10;
103103

104104
/**
105105
* a dummy non-null value for {@link CacheEntry#m_url} to ensure the entry

0 commit comments

Comments
 (0)