Merge remote-tracking branch 'upstream/limit-feeds-materialized-views'
All checks were successful
Invidious CI / build (push) Successful in 6m45s
All checks were successful
Invidious CI / build (push) Successful in 6m45s
This commit is contained in:
commit
4a2877f28b
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue