fix clientID description (53bit to 32bit)

This commit is contained in:
Nik Graf 2023-09-15 06:33:02 +02:00 committed by GitHub
parent a099e98bd6
commit 2c7c9d90eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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