Browse Source

Update config.ts

sutcalag 4 years ago
parent
commit
8c99b62465
1 changed files with 1 additions and 1 deletions
  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',