Nicolas Meienberger 3 лет назад
Родитель
Сommit
8638b83c58
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';
 
-const TipiCache = new cache();
+const TipiCache = new cache({ stdTTL: 7200 });
 
 export default TipiCache;