mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-04 10:30:00 -06:00
feat: double client side api rate limits (#2043)
This commit is contained in:
committed by
GitHub
parent
5ef9b574ab
commit
4b1bbf0ba4
@@ -127,7 +127,7 @@ export const LOGIN_RATE_LIMIT = {
|
||||
};
|
||||
export const CLIENT_SIDE_API_RATE_LIMIT = {
|
||||
interval: 5 * 60 * 1000, // 5 minutes
|
||||
allowedPerInterval: 100,
|
||||
allowedPerInterval: 200,
|
||||
};
|
||||
export const SHARE_RATE_LIMIT = {
|
||||
interval: 60 * 60 * 1000, // 60 minutes
|
||||
|
||||
Reference in New Issue
Block a user