fix: update patch-express and agent implementation

This commit is contained in:
Han Xiao
2025-04-22 14:10:55 +08:00
parent a8f7124e6d
commit 0f0070b56e
2 changed files with 2 additions and 6 deletions

View File

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