Skip to content

Commit 2a121a4

Browse files
committed
Add warning to user doc
1 parent 73bffa7 commit 2a121a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Using `setUser` has the following benefits:
2929
# Rate limiting groups
3030

3131
To limit the number of requests for a group of users, you can use the `setRateLimitGroup` function. For example, this is useful if you want to limit the number of requests per team or company.
32+
Please note that if a rate limit group is set, the configured rate limits are only applied to the group and not to individual users or IP addresses.
3233

3334
```js
3435
Zen.setRateLimitGroup({

0 commit comments

Comments
 (0)