sync
This commit is contained in:
parent
7b0fd9fed2
commit
7b9d7a7b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export function createRateLimiter(
|
||||||
if (!zenApiKey) return
|
if (!zenApiKey) return
|
||||||
const dict = i18n(localeFromRequest(request))
|
const dict = i18n(localeFromRequest(request))
|
||||||
|
|
||||||
const LIMIT = rateLimit ?? 500
|
const LIMIT = rateLimit ?? 1000
|
||||||
const yyyyMMddHHmm = new Date(Date.now())
|
const yyyyMMddHHmm = new Date(Date.now())
|
||||||
.toISOString()
|
.toISOString()
|
||||||
.replace(/[^0-9]/g, "")
|
.replace(/[^0-9]/g, "")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue