Skip to content

Commit

Permalink
fixed formatting for the formula (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Nov 14, 2023
1 parent c227765 commit 7cc3142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/node/faq/how-the-online-score-is-calculated/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In production, we have 12-hour windows and a 30-day tracking period, which trans

So in one 12-hour window, if a storage node gets 1 offline audit and 10 total audits, the `online_score` _for that window_ will be 0.9. Then, the score for that window will be averaged with all the other windows in the 30-day tracking period to calculate the storage node's overall `online_score`. So if this storage node had perfect uptime outside of the 12-hour window mentioned above, the online score would be approximately

(59 \* *1.0 + 1 \* *0.9)/60 = 0.99833
(59 \* 1.0 + 1 \* 0.9)/60 = 0.99833

The `online_score` is reported back to nodes not immediately but with some delay (up to 12 hours), so it may not drop until long after the downtime happened.

Expand Down

0 comments on commit 7cc3142

Please sign in to comment.