Documenter.jl icon indicating copy to clipboard operation
Documenter.jl copied to clipboard

Avoid checking same link multiple times?

Open JackDunnNZ opened this issue 3 years ago • 0 comments

Right now, every link in the document is checked but in theory each unique URL only needs to be checked once. It's not a big concern, but I have seen some flaky servers that timeout a small fraction of the time, and so checking the link more than once gives more chance of timeout and also means more time waiting for these slow servers

JackDunnNZ avatar Sep 16 '21 16:09 JackDunnNZ