Index videos every 24 hours
This commit is contained in:
parent
f0cc832fee
commit
0843bd67b6
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue