Skip to content

Commit

Permalink
chore: renamed to sector health rate instead of sector fault rate
Browse files Browse the repository at this point in the history
  • Loading branch information
BigLep committed Nov 6, 2024
1 parent a27a177 commit 484fc27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/provider/[provider].md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ _How an SP performs again the [(TBD) "warm" service class](https://github.com/fi

```js
resize((width) => Plot.plot({
title: "Durability",
subtitle: "Percentage of sectors that have faulted on a given day",
title: "Sector Health Rate",
subtitle: "Percentage of sectors that have submitted an accepted proof of spacetime.",
x: { label: "Date" },
y: {
grid: true,
label: "Fault Rate (%)",
label: "Health Rate (%)",
domain: [0, 100]
},
width,
Expand Down

0 comments on commit 484fc27

Please sign in to comment.