Update Cache stdTTL

This commit is contained in:
Nicolas Meienberger 2022-05-16 20:04:55 +02:00
parent 611a69ac68
commit 3e952ed586

View File

@ -1,5 +1,5 @@
import cache from 'node-cache';
const TipiCache = new cache();
const TipiCache = new cache({ stdTTL: 7200 });
export default TipiCache;