mqemitter-redis
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -23,3 +23,3 @@ | ||
this._cache = LRU({ | ||
max: 1000 | ||
max: 100000 | ||
, maxAge: 60 * 1000 // one minute | ||
@@ -26,0 +26,0 @@ }) |
{ | ||
"name": "mqemitter-redis", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Redis-based MQEmitter", | ||
@@ -5,0 +5,0 @@ "main": "mqemitter-redis.js", |
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
7228