feat: double client side api rate limits (#2043)

This commit is contained in:
Shubham Palriwala
2024-02-08 19:46:51 +05:30
committed by GitHub
parent 5ef9b574ab
commit 4b1bbf0ba4

View File

@@ -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