hgouveia / node-downloader-helper

A simple http file downloader for node.js
MIT License
247 stars 54 forks source link

Speed limit #98

Closed guoh27 closed 1 year ago

guoh27 commented 1 year ago

Is there a function related to speed limit

hgouveia commented 1 year ago

Hello @guoh27 you could by using the dl.pipe() function with some external module like stream-throttle or node-throttle, also take a look in this issue #20 , where we have some discussion about the same topic, i hope this helps you