davglass / cpr

Nodejs cp -R
Other
79 stars 80 forks source link

IO throttling. #23

Open stefanpenner opened 8 years ago

stefanpenner commented 8 years ago

Hey, I'm curious if interest exists in introducing some throttling on IO, this would be to prevent overwhelming the system when copying large trees.

Or maybe a recommendation for preventing this. I realize the synchronize variant (not yet merged) would likely not have this issue.

davglass commented 8 years ago

Sure, throttling might be very handy for large file tree's. I haven't seen this issue yet, but I'm sure you have ;)

stefanpenner commented 8 years ago

Ok. I'm unsure about available time, but I'll keep it on my queue. especially if I run into it more often.