mean-comscore-api
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "mean-comscore-api", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Loads ComScore reports from the ComScore API", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -49,3 +49,3 @@ 'use strict'; | ||
} else { | ||
ComscoreApi.cache.set(cacheId, json, 60 * 30, function(err, success) { | ||
ComscoreApi.cache.set(cacheId, json, 60 * 5, function(err, success) { | ||
if (!err && success) { | ||
@@ -75,3 +75,3 @@ res.json(json); | ||
} else { | ||
ComscoreApi.cache.set(cacheId, json, 60 * 30, function(err, success) { | ||
ComscoreApi.cache.set(cacheId, json, 60 * 5, function(err, success) { | ||
if (!err && success) { | ||
@@ -78,0 +78,0 @@ res.json(json); |
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
21404