]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Fix "no results" on overview page
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index 2e0b32ce2731b735c9b6f46e9ad40f92dcd831a0..02363352ec5250cfe9febe6fd19e104833789245 100644 (file)
@@ -660,6 +660,7 @@ if (isTestInstance() === true) {
 
   CACHE.VIDEO_CAPTIONS.MAX_AGE = 3000
   MEMOIZE_TTL.OVERVIEWS_SAMPLE = 1
+  ROUTE_CACHE_LIFETIME.OVERVIEWS.VIDEOS = '0'
 }
 
 updateWebserverConfig()