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).