mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Increase rate limits for data indexing
This commit is contained in:
@@ -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=400,
|
||||
)
|
||||
),
|
||||
):
|
||||
@@ -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=400,
|
||||
)
|
||||
),
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user