sync
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
Frank 2026-05-20 19:45:59 -04:00
parent 7b0fd9fed2
commit 7b9d7a7b7d

View file

@ -13,7 +13,7 @@ export function createRateLimiter(
if (!zenApiKey) return
const dict = i18n(localeFromRequest(request))
const LIMIT = rateLimit ?? 500
const LIMIT = rateLimit ?? 1000
const yyyyMMddHHmm = new Date(Date.now())
.toISOString()
.replace(/[^0-9]/g, "")