Jelajahi Sumber

Update config.ts

sutcalag 4 tahun lalu
induk
melakukan
8c99b62465
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      server/src/cache/config.ts

+ 1 - 1
server/src/cache/config.ts

@@ -1,4 +1,4 @@
-export const ttl = 10;
+export const ttl = 10; //seconds
 export const cacheKeys = {
   LOADEDCOLLECTIONS: 'LOADEDCOLLECTIONS',
   ALLCOLLECTIONS: 'ALLCOLLECTIONS',