Found after merge by @mdboom. Sorry about merging before your review. :D
This commit is contained in:
Jan-Erik Rediger 2019-08-12 10:14:25 +02:00
Родитель 09769b458d
Коммит da709e6f31
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -46,7 +46,7 @@ assertEquals("login_opened", first.name)
## Limits
* When 500 events are queued on the client an events pings is immediately sent.
* When 500 events are queued on the client an events ping is immediately sent.
* The keys in the `extra_keys` list must be in dotted snake case, with a maximum length of 40. For the original Kotlin implementation of the Glean SDK, this is measured in Unicode characters. For the Rust implementation, this is measured in the number of bytes when the string is encoded in UTF-8.