Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache list result in P2P network to download recursively #942

Open
jim3ma opened this issue Dec 17, 2021 · 0 comments
Open

Cache list result in P2P network to download recursively #942

jim3ma opened this issue Dec 17, 2021 · 0 comments
Assignees

Comments

@jim3ma
Copy link
Member

jim3ma commented Dec 17, 2021

Feature request:

Currently, when download recursively, dfget need to list all files in target URL, the result is only in memory.

If too many dfget list all files in same target URL, source has much more pressure.

We need design a mechanism to cache the list result in P2P network.

Use case:

dfget --recursive d7yfs://domain/path/to/dir

e-ngo pushed a commit to e-ngo/dragonfly that referenced this issue Jan 23, 2025
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.135.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

No branches or pull requests

2 participants