mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Merge pull request #2006 from namazso/patch-1
Fix statistics misreporting register allow state
This commit is contained in:
commit
42be1321b2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Invidious::Jobs::StatisticsRefreshJob < Invidious::Jobs::BaseJob
|
|||
"version" => @software_config["version"],
|
||||
"branch" => @software_config["branch"],
|
||||
}
|
||||
STATISTICS["openRegistration"] = CONFIG.registration_enabled
|
||||
STATISTICS["openRegistrations"] = CONFIG.registration_enabled
|
||||
end
|
||||
|
||||
private def refresh_stats
|
||||
|
|
Loading…
Reference in a new issue