Skip to content

Commit

Permalink
decreased number of files to a reasonable amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric-Boucher committed Oct 17, 2023
1 parent 94a6d08 commit 33b9852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_many_small_files_for_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from random import randbytes
from progress_bar import progress_bar

number_of_files: int = 500000 # number of files to create
number_of_files: int = 10000 # number of files to create
file_size: int = 4096 # number of bytes
folder_path: str = path.abspath("C:/Users/onebi/Copy-All-Files-Demo-Input/")

Expand Down

0 comments on commit 33b9852

Please sign in to comment.