mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Buffer more stories while reading.
This commit is contained in:
parent
2feec1ead3
commit
189f7aa992
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue