Override limits for identifiers without code changes.
Head over to your namespace page
Create a new override
Save
*
) in your override to match multiple identifiers.
Exact override matches take precedence over wildcard matches, but there’s no guarantee of order between multiple wildcard matches yet.
Example:
Given a base limit of 10/60s and these overrides:
*@domain.com
: 20/60shello@domain.com
: 100/srequested identifier | match | used ratelimit |
---|---|---|
abc@domain.com | wildcard | 20/60s |
hello@domain.com | exact | 100/s |
xyz | - | 10/60s |
customer.com
domain.
override | matches |
---|---|
*@domain.com | 1@domain.com , hello@domain.com |
invite:* | invite:abc , invite:hello world |
prefix*suffix | prefixhelloworldsuffix |