xavi- / node-simple-rate-limiter

A simple way to rate limit how often a function is executed.
76 stars 10 forks source link

Use setImmediate #1

Closed luanmuniz closed 8 years ago

luanmuniz commented 8 years ago

It is a little more faster You can read more about it https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate

xavi- commented 8 years ago

Awesome, thanks!