Remove old DECRYPT_FUNCTION var
All checks were successful
Invidious CI / build (push) Successful in 5m53s
All checks were successful
Invidious CI / build (push) Successful in 5m53s
This commit is contained in:
parent
72150ae676
commit
6c2626cf05
1 changed files with 4 additions and 4 deletions
|
@ -166,10 +166,10 @@ if CONFIG.channel_threads > 0
|
||||||
Invidious::Jobs.register Invidious::Jobs::RefreshChannelsJob.new(PG_DB)
|
Invidious::Jobs.register Invidious::Jobs::RefreshChannelsJob.new(PG_DB)
|
||||||
end
|
end
|
||||||
|
|
||||||
DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
|
# DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
|
||||||
if CONFIG.decrypt_polling
|
# if CONFIG.decrypt_polling
|
||||||
Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new
|
# Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new
|
||||||
end
|
# end
|
||||||
|
|
||||||
if CONFIG.statistics_enabled
|
if CONFIG.statistics_enabled
|
||||||
Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE)
|
Invidious::Jobs.register Invidious::Jobs::StatisticsRefreshJob.new(PG_DB, SOFTWARE)
|
||||||
|
|
Loading…
Reference in a new issue