From 2c7c9d90eb11692c20ac82b52c72f0b3a0012419 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Fri, 15 Sep 2023 06:33:02 +0200 Subject: [PATCH] fix clientID description (53bit to 32bit) --- INTERNALS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INTERNALS.md b/INTERNALS.md index a7874076..d247ac47 100644 --- a/INTERNALS.md +++ b/INTERNALS.md @@ -25,8 +25,7 @@ article](https://blog.kevinjahns.de/are-crdts-suitable-for-shared-editing/). all other duplicates for each key are flagged as deleted. Each client is assigned a unique *clientID* property on first insert. This is a -random 53-bit integer (53 bits because that fits in the javascript safe integer -range). +random 32-bit integer (32 bits fits in the javascript safe integer range). ## List items