sessionstore
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -17,3 +17,3 @@ 'use strict'; | ||
prefix: '', | ||
ttl: 1000 * 60 * 60 * 24 * 14, // 14 days | ||
ttl: 60 * 60 * 24 * 14, // 14 days | ||
pingInterval: 1000 | ||
@@ -135,8 +135,3 @@ }; | ||
body: sess | ||
}, function (err) { | ||
if (err) { | ||
console.log(err.stack); | ||
} | ||
if (callback) callback(err); | ||
}); | ||
}, callback || function () {}); | ||
}, | ||
@@ -143,0 +138,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
#### v1.2.0 | ||
#### v1.2.1 | ||
- added elasticsearch support | ||
@@ -3,0 +3,0 @@ |
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
38111
957