Unregister captcha job (#2390)

pull/2420/head
syeopite 3 years ago committed by GitHub
parent e655af251c
commit 87f46a7532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,10 +153,6 @@ if CONFIG.popular_enabled
Invidious::Jobs.register Invidious::Jobs::PullPopularVideosJob.new(PG_DB)
end
if CONFIG.captcha_key
Invidious::Jobs.register Invidious::Jobs::BypassCaptchaJob.new
end
connection_channel = Channel({Bool, Channel(PQ::Notification)}).new(32)
Invidious::Jobs.register Invidious::Jobs::NotificationJob.new(connection_channel, CONFIG.database_url)

Loading…
Cancel
Save