change token expire time

This commit is contained in:
Jay 2017-03-27 14:53:17 +08:00
parent 7f93ea3bd6
commit 1df91aac09
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const StoreObj = (() => { const StoreObj = (() => {
let memStore = {}; let memStore = {};
let maxAge = 3600000; let maxAge = 86400000;
/** /**
* @param {string} uuid * @param {string} uuid