Buffer more stories while reading.

This commit is contained in:
dosiecki 2015-01-05 13:11:59 -08:00
parent 2feec1ead3
commit 189f7aa992

View file

@ -48,7 +48,7 @@ public class AppConstants {
public static final int MAX_FEED_LIST_SIZE = 250;
// when reading stories, how many stories worth of buffer to keep loaded ahead of the user
public static final int READING_STORY_PRELOAD = 5;
public static final int READING_STORY_PRELOAD = 10;
// max old stories to keep in the DB per feed before fetching new unreads
public static final int MAX_READ_STORIES_STORED = 500;