mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Merge pull request #897 from khoj-ai/features/increase-rate-limits
Increase rate limits for data indexing
This commit is contained in:
commit
132eac0f51
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
),
|
||||
):
|
||||
|
@ -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,
|
||||
)
|
||||
),
|
||||
):
|
||||
|
|
Loading…
Add table
Reference in a new issue