View Single Post
Old 11-15-2023, 06:37 PM   #9083
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,046
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
How long does FFF 'wait' for the cache
I assume you mean with open_pages_in_browser:true.

FFF will try to open a page twice, and poll the cache for the page 5 times with lengthening sleeps between ([2, 2, 4, 5, 6]) each cache check. So something like 40 seconds per page? The numbers are fairly arbitrary, but seem to work.

However, if there are more than open_pages_in_browser_tries_limit(default:6) failures in a row for any given domain, FFF will stop trying to open those pages in browser and immediately. But that's only likely to be an issue when downloading several stories from a site, unless you have continue_on_chapter_error:true

Code
JimmXinu is offline   Reply With Quote