mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 23:03:23 +00:00
zen: lift default rate limit
This commit is contained in:
parent
014dbd34c4
commit
f8c6742e54
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 ?? 300
|
||||
const LIMIT = rateLimit ?? 500
|
||||
const yyyyMMddHHmm = new Date(Date.now())
|
||||
.toISOString()
|
||||
.replace(/[^0-9]/g, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue