krawler icon indicating copy to clipboard operation
krawler copied to clipboard

Remove RootPageId mapping when queue entries are deleted.

Open brianmadden opened this issue 6 years ago • 0 comments

https://github.com/brianmadden/krawler/blob/master/src/main/kotlin/io/thelandscape/krawler/crawler/Krawler.kt#L231

and

https://github.com/brianmadden/krawler/blob/master/src/main/kotlin/io/thelandscape/krawler/crawler/Krawler.kt#L219

Should be modified to remove root page mappings when any queue entries associated with them are removed from the queue.

brianmadden avatar Jul 25 '18 17:07 brianmadden