mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Increase subscribed total entries size to 500 MB
This commit is contained in:
@@ -104,7 +104,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=200,
|
||||
subscribed_total_entries_size_limit=500,
|
||||
)
|
||||
),
|
||||
):
|
||||
@@ -126,7 +126,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=200,
|
||||
subscribed_total_entries_size_limit=500,
|
||||
)
|
||||
),
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user