leaky-bucket
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name" : "leaky-bucket" | ||
, "description" : "A fast and efficient leaky bucket implementation" | ||
, "version" : "0.1.7" | ||
, "version" : "0.1.8" | ||
, "homepage" : "https://github.com/eventEmitter/leaky-bucket" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@joinbox.com> (http://joinbox.com/)" |
@@ -45,3 +45,3 @@ # leaky-bucket | ||
The cost parameter can be used to let items cost more than other. The cost of one item defaults to 1. If you execvute an item with the cost of 2 it will use 2 slots instead of one. | ||
The cost parameter can be used to let items cost more than other. The cost of one item defaults to 1. If you execute an item with the cost of 2 it will use 2 slots instead of one. | ||
@@ -65,3 +65,3 @@ | ||
You may start your app using the debug-leaky-bucket flag, this will enable logging of the module | ||
You may start your app using the debug-leaky-bucket flag, this will enable logging for the module | ||
@@ -68,0 +68,0 @@ node . --debug-leaky-bucket |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package