chore: update client api rate limits (#4425)

This commit is contained in:
Matti Nannt
2024-12-09 10:46:18 +01:00
committed by GitHub
parent 88357a3aeb
commit 8ffaf0748e

View File

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