From 107a0cdc696c1af5d8cfd2134af546ef318d86a5 Mon Sep 17 00:00:00 2001 From: Gabriel Fukushima Date: Wed, 5 Jun 2024 02:23:43 +1000 Subject: [PATCH] Clarify that snap is faster than fast sync (#1605) * 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 * Update docs/public-networks/get-started/connect/sync-node.md Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --------- Signed-off-by: Gabriel Fukushima Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Co-authored-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 3f3a5973efa..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 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.