diff --git a/source/concepts/erasure-coding.rst b/source/concepts/erasure-coding.rst index 7cff7b77..62a5cfe5 100644 --- a/source/concepts/erasure-coding.rst +++ b/source/concepts/erasure-coding.rst @@ -73,7 +73,7 @@ deployment: - 10 Tebibytes - 0.625 - 10 - - 16 + - 11 * - ``EC: 8`` - 8 Tebibytes @@ -279,4 +279,4 @@ will never read corrupted data - it captures and heals corrupted objects on the fly. Integrity is ensured from end to end by computing a hash on READ and verifying it on WRITE from the application, across the network and to the memory/drive. The implementation is designed for speed and can achieve hashing -speeds over 10 GB/sec on a single core on Intel CPUs. \ No newline at end of file +speeds over 10 GB/sec on a single core on Intel CPUs.