mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: increase rate limit period in jinaAiMiddleware from 60 to 120 seconds
This commit is contained in:
@@ -111,7 +111,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
|
||||
rateLimitPolicy = [
|
||||
RateLimitDesc.from({
|
||||
occurrence: 1,
|
||||
periodSeconds: 60
|
||||
periodSeconds: 120
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user