Update Cache stdTTL
This commit is contained in:
parent
4b9935851a
commit
8638b83c58
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