Index videos every 24 hours

This commit is contained in:
Chocobozzz 2020-02-20 14:17:55 +01:00
parent f0cc832fee
commit 0843bd67b6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const SORTABLE_COLUMNS = {
const PAGINATION_COUNT_DEFAULT = 20
const SCHEDULER_INTERVALS_MS = {
videosIndexer: 60000 * 60 * 12 // 12 hours
videosIndexer: 60000 * 60 * 24 // 24 hours
}
const INDEXER_COUNT = {