Update Cache stdTTL
This commit is contained in:
parent
611a69ac68
commit
3e952ed586
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import cache from 'node-cache';
|
||||
|
||||
const TipiCache = new cache();
|
||||
const TipiCache = new cache({ stdTTL: 7200 });
|
||||
|
||||
export default TipiCache;
|
||||
|
|
Loading…
Reference in a new issue