Update rate-limiter.ts

This commit is contained in:
Nicolas 2025-03-06 19:17:02 -03:00
parent f45b3c0155
commit 1ced546bd0

View File

@ -137,8 +137,8 @@ const RATE_LIMITS = {
extract_pro: 1000, extract_pro: 1000,
}, },
preview: { preview: {
free: 0, free: 5,
default: 0, default: 5,
}, },
account: { account: {
free: 100, free: 100,