From 6d733371f8361398d26135a0ffce6e92c99e36d4 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:10:27 -0700 Subject: [PATCH] Update docs/config.md Co-authored-by: Marcin Rataj --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index b4473815436..2511402dac1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -2426,8 +2426,8 @@ You should use this datastore if: - You need a datastore that is focused on performance. - You need reliability by default, but may choose to disable WAL for maximum performance when reliability is not critical. - This datastore is good for multi-terrabyte data sets. -- May benefit from tuning depeending on read/write patterns and throughput. -- Performance is helped significnatly by running on a system with plenty of memory. +- May benefit from tuning depending on read/write patterns and throughput. +- Performance is helped significantly by running on a system with plenty of memory. > [!WARNING] > This profile may only be applied when first initializing the node via `ipfs init --profile pebbleds`