View Single Post
Old 02-04-2021, 03:43 PM   #5363
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,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-02-04
- Add browser_cache_age_limit option
- Add browser cache options to defaults.ini
- Give adapter_archiveofourownorg a get_section_url() for quicker rejects checks from email.


So the very first thing this morning, I did 'update from email' and a story with an update overnight didn't find the new chapter because my browser cache still had that story from yesterday.

Thus, browser_cache_age_limit is added.
Code:
## It's common for browser cached files to be kept for several hours
## or more.  You can limit the age of cached files FFF will use from
## browser_cache_path with browser_cache_age_limit.  Only cached files
## that were downloaded within 'browser_cache_age_limit' hours will be
## used.  If set to -1, all cached files will be used.
browser_cache_age_limit:4.0
Default value of 4.0 hours is pretty arbitrary.

Here are links to the new (plugin)defaults.ini settings:
Please let me know if you find the comments unclear (ideally with suggestions for how to read word them more clearly).
JimmXinu is offline   Reply With Quote