mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: increase rate limit period in jinaAiMiddleware from 60 to 120 seconds
This commit is contained in:
parent
97fc42268e
commit
2534439e6e
@ -111,7 +111,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
|
||||
rateLimitPolicy = [
|
||||
RateLimitDesc.from({
|
||||
occurrence: 1,
|
||||
periodSeconds: 60
|
||||
periodSeconds: 120
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user