mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
fix: revert trpc rate limit
This commit is contained in:
@@ -96,7 +96,7 @@ export const apiV2RateLimit = createRateLimit({
|
||||
|
||||
export const apiTrpcRateLimit = createRateLimit({
|
||||
action: 'api.trpc',
|
||||
max: 1000,
|
||||
max: 100,
|
||||
window: '1m',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user