From 0e545830478396b28de4536f000c49f10f605f20 Mon Sep 17 00:00:00 2001 From: ravindk89 Date: Tue, 23 Feb 2021 16:44:44 -0500 Subject: [PATCH] Typo on erasure coding page --- source/concepts/erasure-coding.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.