]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Add ability to filter overall video stats by date
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index fa0fbc19d9c1462bf5780813bdf8077d369d5d34..dca792b1ba71103cc1134d37fbd243edda007b59 100644 (file)
@@ -813,7 +813,7 @@ const SEARCH_INDEX = {
 // ---------------------------------------------------------------------------
 
 const STATS_TIMESERIE = {
-  MAX_DAYS: 30
+  MAX_DAYS: 365 * 10 // Around 10 years
 }
 
 // ---------------------------------------------------------------------------