From 0843bd67b62e5bd600ee3379d6938e2bc10b6422 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 20 Feb 2020 14:17:55 +0100 Subject: [PATCH] Index videos every 24 hours --- server/initializers/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 07bf574..c848960 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -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 = {