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

@@ -500,7 +500,7 @@ def get_sample_files_data():
def get_big_size_sample_files_data():
# a string of approximately 100 MB
big_text = "a" * (100 * 1024 * 1024)
big_text = "a" * (400 * 1024 * 1024)
return [
(
"files",