mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
fix: increase rate limit for client endpoints (#1718)
This commit is contained in:
@@ -81,8 +81,8 @@ export const LOGIN_RATE_LIMIT = {
|
||||
allowedPerInterval: 30,
|
||||
};
|
||||
export const CLIENT_SIDE_API_RATE_LIMIT = {
|
||||
interval: 10 * 60 * 1000, // 60 minutes
|
||||
allowedPerInterval: 50,
|
||||
interval: 10 * 15 * 1000, // 15 minutes
|
||||
allowedPerInterval: 60,
|
||||
};
|
||||
|
||||
// Enterprise License constant
|
||||
|
||||
Reference in New Issue
Block a user