We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c548f81 commit e89d6eeCopy full SHA for e89d6ee
src/ru/piter/fm/util/PiterFMCachingDownloader.java
@@ -99,7 +99,7 @@ public class PiterFMCachingDownloader {
99
public static final PiterFMCachingDownloader INSTANCE = new PiterFMCachingDownloader();
100
101
/** cache size */
102
- private static final int READ_AHEAD_NUM = 5;
+ private static final int READ_AHEAD_NUM = 10;
103
104
/**
105
* a dummy non-null value for {@link CacheEntry#m_url} to ensure the entry
0 commit comments