Increase rate limits for data indexing

This commit is contained in:
sabaimran
2024-08-25 15:09:30 -07:00
parent af4e9988c4
commit 439a2680fd
2 changed files with 3 additions and 3 deletions

View File

@@ -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,
)
),
):