mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: update patch-express and agent implementation
This commit is contained in:
@@ -110,7 +110,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
|
||||
} else {
|
||||
rateLimitPolicy = [
|
||||
RateLimitDesc.from({
|
||||
occurrence: 2,
|
||||
occurrence: 1,
|
||||
periodSeconds: 60
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user