node.js - Async mapLimit change limit -
is there way change limit parameter in async.maplimit once function has been called?
i'm creating http loader , want reduce limit if http errors start occur.
change maplimit
method queue
https://github.com/caolan/async#queueworker-concurrency
it's allow change concurrency
parameter on fly
Comments
Post a Comment