chore: update SHARE_RATE_LIMIT to 50 request per 5 minute (#5194)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Matti Nannt
2025-04-02 18:48:59 +09:00
committed by GitHub
parent aa55cec060
commit 2867c95494

View File

@@ -174,8 +174,8 @@ export const MANAGEMENT_API_RATE_LIMIT = {
};
export const SHARE_RATE_LIMIT = {
interval: 60 * 60, // 60 minutes
allowedPerInterval: 100,
interval: 60 * 1, // 1 minutes
allowedPerInterval: 30,
};
export const FORGET_PASSWORD_RATE_LIMIT = {
interval: 60 * 60, // 60 minutes