From 364b27cc91ceb12445f65aa5abb3fcb4cc3e6671 Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 22 Jan 2025 09:43:00 -0500 Subject: [PATCH] Update standards/core/sync.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- standards/core/sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/core/sync.md b/standards/core/sync.md index d1a3a5c..6758b48 100644 --- a/standards/core/sync.md +++ b/standards/core/sync.md @@ -156,7 +156,7 @@ This section was created to inform implementations. #### Parameters Two useful parameters to add to your implementation are partitioning count and the item set threshold. -The partitioning count is the number of time a range is splitted. +The partitioning count is the number of time a range is split. Higher value reduce round trips at the cost of computing more fingerprints. The threshold for which item sets are sent instead of fingerprints.