node-osmosis
node-osmosis copied to clipboard
Implements throttling
Many thanks for implementing this! :+1: I was surprised that it wasn't already implemented.
The Travis build failed with Error: Cannot find module 'limiter'
. It looks like you forgot to update package.json
with:
"dependencies": {
"limiter": "1.1.0"
}
Your right! My bad, should be fixed now.
Are there plans to merge this? This is great!
@sleepycat As much as I'd like to keep the dependencies down to just libxmljs and needle, I would still merge this since it's such a popular feature request.
@JonnyBGod As soon as tests are created I'll review the code and merge it in. Thanks.
@JonnyBGod a plan for writing tests for the PR? Thank you!
Merge conflict is resolved here https://github.com/samogot/node-osmosis/tree/throttling