Quote:
Originally Posted by JSWolf
Nope. But without editing the patch settings, I'm able to go 32 or 64 pages. 32 is what I am not set for. I think that should be good enough.
|
The more likely answer is a straight "NO". We can patch the values displayed in the list, but there is code elsewhere that does something like:
Code:
if (pages_turned_since_last_refresh > selected_refresh_count) {
do_full_refresh();
}
Finding and changing that is different to finding the list of values. And personally, I don't think it would be a good idea. Just change it in the config file to 99. How likely is it that someone will read 99 pages without something else causing a refresh? Unless they are using a really big font.