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)
|
||||
end
|
||||
|
||||
DECRYPT_FUNCTION = DecryptFunction.new(CONFIG.decrypt_polling)
|
||||
if CONFIG.decrypt_polling
|
||||
Invidious::Jobs.register Invidious::Jobs::UpdateDecryptFunctionJob.new
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue