Update standards/core/sync.md

Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
This commit is contained in:
Simon-Pierre Vivier 2025-01-22 09:44:18 -05:00 committed by GitHub
parent 299d608b1b
commit dcbb1d44a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,7 @@ A higher value reduces round trips at the cost of computing more fingerprints.
The item set threshold determines when item sets are sent instead of fingerprints. The item set threshold determines when item sets are sent instead of fingerprints.
A higher value sends more items which means higher chance of duplicates but A higher value sends more items which means higher chance of duplicates but
reduce the amount of round trips overall. reduces the amount of round trips overall.
#### Storage #### Storage
The storage implementation should reflect the context. The storage implementation should reflect the context.