Nicolas Meienberger пре 3 година
родитељ
комит
3e952ed586
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/system-api/src/config/cache.ts

+ 1 - 1
packages/system-api/src/config/cache.ts

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