Skip to content

Commit

Permalink
Merge pull request #897 from khoj-ai/features/increase-rate-limits
Browse files Browse the repository at this point in the history
Increase rate limits for data indexing
  • Loading branch information
sabaimran authored Aug 26, 2024
2 parents af4e998 + 977001b commit 132eac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/khoj/routers/api_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def put_content(
incoming_entries_size_limit=10,
subscribed_incoming_entries_size_limit=75,
total_entries_size_limit=10,
subscribed_total_entries_size_limit=100,
subscribed_total_entries_size_limit=200,
)
),
):
Expand All @@ -114,7 +114,7 @@ async def patch_content(
incoming_entries_size_limit=10,
subscribed_incoming_entries_size_limit=75,
total_entries_size_limit=10,
subscribed_total_entries_size_limit=100,
subscribed_total_entries_size_limit=200,
)
),
):
Expand Down

0 comments on commit 132eac0

Please sign in to comment.