Bump stats refresh timer to 10 minutes

This commit is contained in:
syeopite 2023-11-04 10:45:49 +00:00 committed by GitHub
parent 971c324848
commit bdb1a4072d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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