Update rate-limiter.ts

This commit is contained in:
Nicolas 2025-03-06 17:06:42 -03:00
parent 1de5a2c589
commit 72d894c2a3

View File

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