Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
Updated Chunksize Help
  • Loading branch information
tr41nwr3ck authored Mar 20, 2024
1 parent a3d0ebe commit e5a7302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ def __init__(self, command_line, **kwargs):
CommandParameter(
name="chunk_size",
type=ParameterType.Number,
description="Default chunk size for file transfers",
description="Chunk size for file transfers in bytes 1mb = 1000000",
parameter_group_info=[ParameterGroupInfo(
required=False,
ui_position=4

0 comments on commit e5a7302

Please sign in to comment.