JakeYallop / WaybackDownloader

A simple utility for downloading a website from the wayback machine.
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Delay worker analysis #4

Closed JakeYallop closed 5 months ago

JakeYallop commented 5 months ago

The timer that checks if we need to make more parallel requests by starting more workers currently starts immediately. It should ideally be delayed until the first web page or the first page of snapshots has been downloaded.