Skip to content

Allow setup threads count + chunk size #28

@HanXHX

Description

@HanXHX
  • setup via config file (add doc + config sample)
  • for transfer up/down
  • chunk size can't be higher than 64Mib (hard code check)
  • parallel can't be higher than 8 (hard code check)

Config idea:

upload:
  parallel: 4  # allow false (= 1)
  chunk_size: 10485760 # 10MiB
download:
  parallel: 4 # allow false (=1)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions