From a105eeed70131406684d311a3960ebf7a742054e Mon Sep 17 00:00:00 2001 From: Gabriel Fukushima Date: Tue, 4 Jun 2024 10:44:12 +1000 Subject: [PATCH 1/2] Clarify that snap is faster than fast sync User raised a question about snap being faster than checkpoint. I think it makes sense to clarify that it's faster than fast sync Signed-off-by: Gabriel Fukushima --- docs/public-networks/get-started/connect/sync-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/get-started/connect/sync-node.md b/docs/public-networks/get-started/connect/sync-node.md index 3f3a5973efa..49bc96c4047 100644 --- a/docs/public-networks/get-started/connect/sync-node.md +++ b/docs/public-networks/get-started/connect/sync-node.md @@ -82,7 +82,7 @@ Snap sync and checkpoint sync are not supported for :::tip -We recommend using snap sync over fast sync because snap sync can be faster by several days. +We recommend using snap sync over fast sync because snap sync can be faster than fast sync by several days (for mainnet). We recommend using snap sync with the [Bonsai](../../concepts/data-storage-formats.md#bonsai-tries) data storage format for the fastest sync and lowest storage requirements. From 46937d2911be54ed50a53f8e72b2543c6d75fada Mon Sep 17 00:00:00 2001 From: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:23:29 -0700 Subject: [PATCH 2/2] Update docs/public-networks/get-started/connect/sync-node.md Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- docs/public-networks/get-started/connect/sync-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/get-started/connect/sync-node.md b/docs/public-networks/get-started/connect/sync-node.md index 49bc96c4047..41922a43ba7 100644 --- a/docs/public-networks/get-started/connect/sync-node.md +++ b/docs/public-networks/get-started/connect/sync-node.md @@ -82,7 +82,7 @@ Snap sync and checkpoint sync are not supported for :::tip -We recommend using snap sync over fast sync because snap sync can be faster than fast sync by several days (for mainnet). +We recommend using snap sync over fast sync because snap sync can be faster than fast sync by several days (for Mainnet). We recommend using snap sync with the [Bonsai](../../concepts/data-storage-formats.md#bonsai-tries) data storage format for the fastest sync and lowest storage requirements.