Merge remote-tracking branch 'upstream/limit-feeds-materialized-views'
All checks were successful
Invidious CI / build (push) Successful in 6m45s

This commit is contained in:
Fijxu 2024-08-19 18:29:25 -04:00
commit 4a2877f28b
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -166,11 +166,6 @@ if CONFIG.channel_threads > 0
Invidious::Jobs.register Invidious::Jobs::RefreshChannelsJob.new(PG_DB)
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