View Single Post
Old 11-22-2015, 07:05 PM   #124
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by JSWolf View Post
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.
davidfor is offline   Reply With Quote