mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Reduce the test data packet size
This commit is contained in:
parent
6eb06e8626
commit
977001b801
1 changed files with 1 additions and 1 deletions
|
@ -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" * (200 * 1024 * 1024)
|
||||
big_text = "a" * (100 * 1024 * 1024)
|
||||
return [
|
||||
(
|
||||
"files",
|
||||
|
|
Loading…
Reference in a new issue