mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 13:39:39 -05:00
fix: increase share rate limit (#4345)
This commit is contained in:
committed by
GitHub
parent
f80c7d03e2
commit
e1d2e1357b
@@ -151,7 +151,7 @@ export const CLIENT_SIDE_API_RATE_LIMIT = {
|
||||
};
|
||||
export const SHARE_RATE_LIMIT = {
|
||||
interval: 60 * 60, // 60 minutes
|
||||
allowedPerInterval: 30,
|
||||
allowedPerInterval: 100,
|
||||
};
|
||||
export const FORGET_PASSWORD_RATE_LIMIT = {
|
||||
interval: 60 * 60, // 60 minutes
|
||||
|
||||
Reference in New Issue
Block a user