fix: increase share rate limit (#4345)

This commit is contained in:
Dhruwang Jariwala
2024-11-22 13:37:18 +05:30
committed by GitHub
parent f80c7d03e2
commit e1d2e1357b
+1 -1
View File
@@ -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