couch-init2
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -13,3 +13,3 @@ const bluebird = require('bluebird') | ||
.then(() => nano.db.list()) | ||
.timeout(1000) | ||
.timeout(5000) | ||
.catch(err => { | ||
@@ -16,0 +16,0 @@ if (err.name === 'TimeoutError' || err.code === 'ECONNREFUSED' || err.code === 'ECONNRESET') { |
{ | ||
"name": "couch-init2", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Opiniated CouchDB databases initializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
57171