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
8 changes: 3 additions & 5 deletions docs/user/user/pings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,10 @@ To keep resource usage in check, the Glean SDK enforces some limitations on ping

#### Rate limiting

Only up to 10 ping submissions every 60 seconds are allowed. There are no exposed methods
to change these rate limiting defaults, follow [Bug 1647630](https://bugzilla.mozilla.org/show_bug.cgi?id=1647630)
for updates.
Only up to 15 ping submissions every 60 seconds are allowed.

Rate limiting is not implemented on the Glean JavaScript SDK yet,
follow [Bug 1712920](https://bugzilla.mozilla.org/show_bug.cgi?id=1712920) for updates.
There are no exposed methods to change these rate limiting defaults, follow [Bug 1647630](https://bugzilla.mozilla.org/show_bug.cgi?id=1647630)
and [Bug 1727069](https://bugzilla.mozilla.org/show_bug.cgi?id=1727069) for updates.

#### Request body size limiting

Expand Down