lychee
lychee copied to clipboard
Duplicate links still checked
Running the most recent version (v0.20.0), I still see a lot of duplicates: https://github.com/Cockatrice/cockatrice.github.io/actions/runs/17156704956/job/48675191268#step:3:72
If a link occurs multiple times within one file, this shouldn't happen. Duplicates can still occur if a link appears on two different pages and the link is not in the global cache yet. So there's a race to cache the link between two concurrent tasks. Per-host request handling should fix this. See #1605. Can you try https://github.com/lycheeverse/lychee/pull/1844 and see if the issue still occurs when using that version?