change token expire time
This commit is contained in:
parent
7f93ea3bd6
commit
1df91aac09
@ -1,7 +1,7 @@
|
|||||||
const StoreObj = (() => {
|
const StoreObj = (() => {
|
||||||
|
|
||||||
let memStore = {};
|
let memStore = {};
|
||||||
let maxAge = 3600000;
|
let maxAge = 86400000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string} uuid
|
* @param {string} uuid
|
||||||
|
Loading…
Reference in New Issue
Block a user