Change log level for backoff decrease

This commit is contained in:
unrealtournament 2026-05-31 20:18:27 +02:00 committed by GitHub
parent 5db344cd6e
commit dc150437e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ class Invidious::Jobs::RefreshChannelsJob < Invidious::Jobs::BaseJob
if backoff > 2.minutes
backoff /= 2
LOGGER.info("RefreshChannelsJob: #{id} fiber : decreasing backoff to #{backoff}s")
LOGGER.debug("RefreshChannelsJob: #{id} fiber : decreasing backoff to #{backoff}s")
end
rescue ex
LOGGER.error("RefreshChannelsJob: #{id} : #{ex.message}")