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:
parent
49f0468d44
commit
f40712abbb
15 changed files with 383 additions and 107 deletions
|
@ -813,7 +813,7 @@ const SEARCH_INDEX = {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
const STATS_TIMESERIE = {
|
||||
MAX_DAYS: 30
|
||||
MAX_DAYS: 365 * 10 // Around 10 years
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue