diff --git a/modules/shared/partials/documents.adoc b/modules/shared/partials/documents.adoc index 2b0c4f2..a207c06 100644 --- a/modules/shared/partials/documents.adoc +++ b/modules/shared/partials/documents.adoc @@ -23,7 +23,7 @@ The document also has a value which contains the actual application data. A valid document ID must: * Conform to UTF-8 encoding -* Be no longer than 250 bytes +* Be no longer than 246 bytes + NOTE: There is a difference between bytes and characters: most non-Latin characters occupy more than a single byte.