mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
Bump stats refresh timer to 10 minutes
This commit is contained in:
parent
971c324848
commit
bdb1a4072d
@ -37,7 +37,7 @@ class Invidious::Jobs::StatisticsRefreshJob < Invidious::Jobs::BaseJob
|
||||
|
||||
loop do
|
||||
refresh_stats
|
||||
sleep 1.minute
|
||||
sleep 10.minute
|
||||
Fiber.yield
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user