fix: revert trpc rate limit

This commit is contained in:
Lucas Smith
2026-07-16 22:29:00 +10:00
parent b1a701b951
commit 563347ccdf
@@ -96,7 +96,7 @@ export const apiV2RateLimit = createRateLimit({
export const apiTrpcRateLimit = createRateLimit({
action: 'api.trpc',
max: 1000,
max: 100,
window: '1m',
});