mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-16 02:35:51 +00:00
Lots of 1 second sleeps add up fast. On my PC this reduces the runtime of `mvn clean test` from about 3m 40s to about 1m 50s. Ideally we'd probably re-architect some this to use a notification mechanism instead of polling but that's easier said than done and this is a pretty big improvement by itself.