Skip to content

Commit

Permalink
Lower iterations per disk check to match chunk size
Browse files Browse the repository at this point in the history
  • Loading branch information
dma1dma1 committed May 31, 2024
1 parent c3fd7ae commit 7984f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codalab/lib/upload_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def write_fileobj(

def upload_file_content():
iteration = 0
ITERATIONS_PER_DISK_CHECK = 2000
ITERATIONS_PER_DISK_CHECK = 32
bytes_uploaded = 0

with FileSystems.create(
Expand Down

0 comments on commit 7984f8a

Please sign in to comment.