oae / kaizoku

Self-hosted manga downloader
https://kaizoku.app
MIT License
578 stars 34 forks source link

Slow Down the Download queue #42

Closed Bijoejinj closed 1 year ago

Bijoejinj commented 1 year ago

Feature Description

When downloading a Manga with many Chapters its not uncommon for the later chapters to fail downloading since Kaizoku is sending tens of requests per second.

Solution you would like

Limit the Download Rate per chapter. So something like 5 Chapters per 10 seconds or something along those lines.

Alternatives you have considered

No response

Additional context

No response

oae commented 1 year ago

Kaizoku uses mangal for download operations. So there is no way for it to change the download rate. Kaizoku will try to download it again if an error occurs during a download.