lmdb-store
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -162,3 +162,3 @@ const fs = require('fs-extra') | ||
} catch(error) { | ||
return handleError(error, this, txn, () => this.get(id, copy, shared)) | ||
return handleError(error, this, txn, () => this.get(id, copy)) | ||
} | ||
@@ -565,4 +565,4 @@ } | ||
console.log('Resizing database', name, 'to', newSize) | ||
env.resize(newSize) | ||
console.log('Resized database', name, 'to', newSize) | ||
readTxn = env.beginTxn(READING_TNX) | ||
@@ -569,0 +569,0 @@ readTxn.reset() |
{ | ||
"name": "lmdb-store", | ||
"author": "Kris Zyp", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"description": "Simple, effiecent, scalable data store wrapper for LDMB", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
126462