mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Increase rate limit for data upload packet size in indexer.py
This commit is contained in:
parent
498fe2458c
commit
6607e666dc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ async def update(
|
|||
indexed_data_limiter: ApiIndexedDataLimiter = Depends(
|
||||
ApiIndexedDataLimiter(
|
||||
incoming_entries_size_limit=10,
|
||||
subscribed_incoming_entries_size_limit=25,
|
||||
subscribed_incoming_entries_size_limit=75,
|
||||
total_entries_size_limit=10,
|
||||
subscribed_total_entries_size_limit=100,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue