mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-13 12:39:25 -05:00
chore: update client api rate limits (#4425)
This commit is contained in:
@@ -147,8 +147,8 @@ export const LOGIN_RATE_LIMIT = {
|
||||
};
|
||||
|
||||
export const CLIENT_SIDE_API_RATE_LIMIT = {
|
||||
interval: 5 * 60, // 5 minutes
|
||||
allowedPerInterval: 200,
|
||||
interval: 60, // 1 minute
|
||||
allowedPerInterval: 100,
|
||||
};
|
||||
export const SHARE_RATE_LIMIT = {
|
||||
interval: 60 * 60, // 60 minutes
|
||||
|
||||
Reference in New Issue
Block a user