mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
parent
7b0fd9fed2
commit
7b9d7a7b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue