mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Downgrade rate limit to 200MB
This commit is contained in:
@@ -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" * (400 * 1024 * 1024)
|
||||
big_text = "a" * (200 * 1024 * 1024)
|
||||
return [
|
||||
(
|
||||
"files",
|
||||
|
||||
Reference in New Issue
Block a user