Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/pricing/faqs.textile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For example, if you have 10,000 users, and at your busiest time of the month the

h3(#message-size). How is maximum message size measured?

The maximum message size is 5KiB. The size is calculated as the sum of the @name@, @clientId@ and @data@ "properties":/docs/api/realtime-sdk/messages#properties. This is before any compression or expansion occurs in the serialization process.
The maximum message size is based on the "package type":/docs/pricing#packages. The size is calculated as the sum of the @name@, @clientId@ and @data@ "properties":/docs/api/realtime-sdk/messages#properties. This is before any compression or expansion occurs in the serialization process.

* @name@ and @clientId@ are calculated as the size in bytes of their UTF-8 representation.
* @data@ is calculated as the size in bytes if it is in binary, or its UTF-8 byte length if it is a string.
Expand Down