cavaliergopher / grab

A download manager package for Go
BSD 3-Clause "New" or "Revised" License
1.38k stars 151 forks source link

rate limiter is not accurate #90

Open bruce-ding opened 3 years ago

bruce-ding commented 3 years ago

Time to wait should be expected download chunk time minus actual download chunk time, and then plus last sleep adjust time for compensation. Actual sleep time is not equal to desired sleep time exactly sometimes.