mirror of
https://github.com/iv-org/invidious-redirect.git
synced 2024-11-23 05:49:40 +00:00
Merge pull request #35 from iv-org/use-30dratio
use 30dratio for uptime
This commit is contained in:
commit
abe33fdbb5
@ -52,7 +52,7 @@
|
||||
return {
|
||||
name: entry[0],
|
||||
details: entry[1],
|
||||
health: 100,
|
||||
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
|
||||
healthKnown
|
||||
}
|
||||
}).filter(entry => {
|
||||
|
Loading…
Reference in New Issue
Block a user