From 0ce447bbc2a4325338e9e108fdad061965d699de Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 16 Oct 2024 00:33:46 +0700 Subject: [PATCH] correction --- docs/develop/access-the-swarm/erasure-coding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/access-the-swarm/erasure-coding.md b/docs/develop/access-the-swarm/erasure-coding.md index 737b4924..88cf38a0 100644 --- a/docs/develop/access-the-swarm/erasure-coding.md +++ b/docs/develop/access-the-swarm/erasure-coding.md @@ -49,7 +49,7 @@ In the table below, the percent cost is displayed for each redundancy level. The | Medium | 9 | 119 | *7.6%* | 59 | 15% | | Strong | 21 | 107 | *19.6%* | 53 | 40% | | Insane | 31 | 97 | 32% | 48 | 65% | -| Paranoid | 89 | 37 | 240.5% | 18 | 494% | +| Paranoid | 90 | 37 | 240.5% | 18 | 494% | For larger uploads (where the source data chunks are equal to or greater than the "Data Chunks" for each redundancy level respectively) you can use the percent values shown in the "Percent" column as a general estimate of the percent cost of uploading. If the number of chunks is slightly less than the number shown in the "Data Chunks" column, you can also use the value in the "Percent" column as a good general estimate of the percent cost.