mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-24 17:36:56 +00:00
Prepare to create a 'Channel' module
This commit is contained in:
@@ -8,7 +8,7 @@ class Invidious::Jobs::RefreshChannelsJob < Invidious::Jobs::BaseJob
|
||||
max_fibers = CONFIG.channel_threads
|
||||
lim_fibers = max_fibers
|
||||
active_fibers = 0
|
||||
active_channel = Channel(Bool).new
|
||||
active_channel = ::Channel(Bool).new
|
||||
backoff = 2.minutes
|
||||
|
||||
loop do
|
||||
|
||||
Reference in New Issue
Block a user