Skip to content

Allow passing custom chunk size to download files through config - #29

Merged
ghimiresdp merged 4 commits into
split-featuresfrom
feature/max-chunk-size
May 30, 2026
Merged

Allow passing custom chunk size to download files through config#29
ghimiresdp merged 4 commits into
split-featuresfrom
feature/max-chunk-size

Conversation

@ghimiresdp

@ghimiresdp ghimiresdp commented May 30, 2026

Copy link
Copy Markdown
Owner

Description

Allow passing custom chunk size with -C <size_in_MB> or --chunksize <size_in_MB>
resolves #12
Example command:

furl https://github.com/ghimiresdp/furl-cli/releases/download/v0.7.0/furl-v0.7.0-linux-x86_64.tar.gz -t 2 -c 1 -o tmp 

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation
  • Performance improvement

Checklist

  • I have run cargo fmt to ensure consistent code style.
  • I have run cargo test and all tests passed.
  • I have added new tests that prove my fix is effective or that my feature works.
  • I have updated the README.md (if applicable).

Performance Impact

@ghimiresdp
ghimiresdp changed the base branch from main to split-features May 30, 2026 07:33
@ghimiresdp ghimiresdp self-assigned this May 30, 2026
@ghimiresdp
ghimiresdp merged commit 2f9dd3b into split-features May 30, 2026
@ghimiresdp
ghimiresdp deleted the feature/max-chunk-size branch May 30, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] I want to pass chunk size to be passed as an argument to download larger files

1 participant