mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
chore: rate limit anonymous requests to 2rpm
This commit is contained in:
parent
f8decb037e
commit
7b64dde592
@ -110,7 +110,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
|
||||
} else {
|
||||
rateLimitPolicy = [
|
||||
RateLimitDesc.from({
|
||||
occurrence: 3,
|
||||
occurrence: 2,
|
||||
periodSeconds: 60
|
||||
})
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user