1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add ability to filter overall video stats by date

This commit is contained in:
Chocobozzz 2022-05-06 14:23:02 +02:00
parent 49f0468d44
commit f40712abbb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
15 changed files with 383 additions and 107 deletions

View file

@ -813,7 +813,7 @@ const SEARCH_INDEX = {
// ---------------------------------------------------------------------------
const STATS_TIMESERIE = {
MAX_DAYS: 30
MAX_DAYS: 365 * 10 // Around 10 years
}
// ---------------------------------------------------------------------------