mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-29 01:46:39 +00:00
Since the cache is global we only need to configure it once, not every time we start a job. By moving it we keep the code that interfaces with dnsjava centralized in FetchDNS. Looks like dnsjava no longer uses a cleaner thread so remove the comment referring to it.