-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Add caching capabilities to cache successful links for some time #31
Comments
Doesn't it cancel the interest of testing links? What if the link is broken and your cache says it's not? How long would you like your cache to be retained? |
I will explicit my use-case. I have a wiki on gitlab, and I want to check that links are not broken after each page update to detect this as soon as possible. I would say that 50 pages are updated per day. Using a cache of working links for 1 day (or more) would save a lot of time.
Using a cache will speed up detection of new link that are wrong, whereas all links could be check only once a day. |
Hum interesting. Let me sleep on it a bit, I have to run the scenarios in my head... |
I'm considering switching from needle to got which supports caching and a ton of other features. |
hi,
I use
markdown-link-check
and thanks for it 👍This would be nice to add a caching capabilities in order to cache successful links for some time.
This will make the checking faster and also more reliable (as some links could timeout sometimes).
The text was updated successfully, but these errors were encountered: