fix: increase rate limit for client endpoints (#1718)

This commit is contained in:
Matti Nannt
2023-12-01 14:27:37 +01:00
committed by GitHub
parent 6436ec6416
commit c8f621cea2

View File

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