mirror of
https://github.com/iv-org/invidious.git
synced 2026-06-15 11:26:45 -05:00
Change log level for backoff decrease
This commit is contained in:
parent
5db344cd6e
commit
dc150437e9
@ -39,7 +39,7 @@ class Invidious::Jobs::RefreshChannelsJob < Invidious::Jobs::BaseJob
|
|||||||
|
|
||||||
if backoff > 2.minutes
|
if backoff > 2.minutes
|
||||||
backoff /= 2
|
backoff /= 2
|
||||||
LOGGER.info("RefreshChannelsJob: #{id} fiber : decreasing backoff to #{backoff}s")
|
LOGGER.debug("RefreshChannelsJob: #{id} fiber : decreasing backoff to #{backoff}s")
|
||||||
end
|
end
|
||||||
rescue ex
|
rescue ex
|
||||||
LOGGER.error("RefreshChannelsJob: #{id} : #{ex.message}")
|
LOGGER.error("RefreshChannelsJob: #{id} : #{ex.message}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user