Open mtae opened 2 years ago
Thank you for this report and observation.
I think maybe the way to solve this would be to allow Auto Save to also save Outlinks when it is checked, but not sure since turning this on uses a lot of resources and takes a while to complete, which may prevent additional Auto Saves from taking place until prior saves complete. It's a tricky balance to consider.
Thanks for your response! I was wondering along those lines as well but as you say it could be difficult performance wise.
Would it also have performance issues if you check whether each of the outlinks have been recently saved? What does the extension check against when returning the "this webpage has been saved x minutes ago, try again in 45 minutes" message? Is this against a wayback machine API or checking a local database used by the extension?
The server API itself returns the "45 minutes" message and places the limit to prevent resaving, and the API also processes the list of Outlinks rather than doing it in the extension, so trying to save just the Outlinks again would be a change in how we process them, since right now the API handles it all in the background.
Describe the bug When the autosave feature is enabled, it's not possible to save a page with outlinks or as a snapshot manually anymore.
To Reproduce Steps to reproduce the behavior:
Expected behavior Since the webpage has been recently archived, just the outlinks should be archived excluding the original url.
Environment (please complete the following information):
Additional context Add any other context about the problem here.