Comparing version 4.1.0 to 4.1.1
@@ -41,3 +41,6 @@ const debug = require('debug')('dat') | ||
var mCache = memoryCache() | ||
mCache.init({ttl: 60}) | ||
mCache.init({ | ||
ttl: 60, | ||
interval: datDnsOpts.cacheCleanSeconds || 60, | ||
}); | ||
var dnsHost | ||
@@ -44,0 +47,0 @@ var dnsPort |
{ | ||
"name": "dat-dns", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Issue DNS lookups for Dat archives using HTTPS requests to the target host.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
23931
623