This commit is contained in:
Han Xiao 2025-03-18 21:27:08 +08:00
commit 5bb17cb476

View File

@ -110,7 +110,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
} else {
rateLimitPolicy = [
RateLimitDesc.from({
occurrence: 3,
occurrence: 2,
periodSeconds: 60
})
]