pelias-address-deduplicator
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -41,3 +41,3 @@ /** | ||
var addresses = []; | ||
requestBatchSize = requestBatchSize || 10000; | ||
requestBatchSize = requestBatchSize || 1000; | ||
@@ -88,3 +88,3 @@ // Used to close this stream after the input stream dries up and the last | ||
if( err || body.addresses === undefined ){ | ||
console.error( | ||
logger.error( | ||
'Error: %s\nHTTP Response: %s\nBody: %s\n', err, httpResponse, body | ||
@@ -91,0 +91,0 @@ ); |
{ | ||
"name": "pelias-address-deduplicator", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A stream for deduplicating a stream of address objects.", | ||
@@ -5,0 +5,0 @@ "main": "address_deduplicator_stream.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
8358
7