From b4f797165fe77a84f0d436f3246d5104ce2a2609 Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 16 Oct 2024 01:08:29 +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 88cf38a0..7db1895e 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 | 90 | 37 | 240.5% | 18 | 494% | +| Paranoid | 90 | 38 | 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.