Skip to content

Commit

Permalink
higher rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jul 2, 2024
1 parent 086ce61 commit 8df3352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi_scout/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


@app.post("/api/search", response_model=SearchResponse)
@limiter.limit("4/minute")
@limiter.limit("6/minute")
async def search(query: QueryModel, request: Request):
"""
Search for the packages whose summary and description have the highest similarity to the query.
Expand Down

0 comments on commit 8df3352

Please sign in to comment.