Quote:
Originally Posted by ownedbycats
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