Jobs: Remove the signature function update job

This commit is contained in:
Samantaz Fox
2024-07-03 18:24:08 +02:00
parent 63a729998b
commit a845752fff
4 changed files with 0 additions and 35 deletions

View File

@@ -164,10 +164,6 @@ if CONFIG.feed_threads > 0
end
DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
if CONFIG.decrypt_polling
Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new
end
if CONFIG.statistics_enabled
Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE)
end