Skip to content

Commit

Permalink
Up the stream parcel cache limit from 30 to 50 to help on pages with …
Browse files Browse the repository at this point in the history
…large amounts of duplicate file widgets (This should be fixed properly in the future with FOXRD-880)

Copied from Perforce
 Change: 110794
  • Loading branch information
Palmr committed May 12, 2016
1 parent cd2515e commit b998cd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public class ThreadDownloadManager
implements DownloadManager {

private static final int PARCEL_CACHE_MAX_SIZE = 30;
private static final int PARCEL_CACHE_MAX_SIZE = 50;
private static final Iterator<String> gUniqueIterator = XFUtil.getUniqueIterator();

private final StatefulXThread mXThread;
Expand Down

0 comments on commit b998cd7

Please sign in to comment.