mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-13 12:26:42 +03:00
[PR #720] [MERGED] refactor: replace async-zip with async-deflate-zip #9106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/720
Author: @sigoden
Created: 6/12/2026
Status: ✅ Merged
Merged: 6/12/2026
Merged by: @sigoden
Base:
main← Head:refactor📝 Commits (1)
bdc3fd5refactor: replace async-zip with async-deflate-zip📊 Changes
5 files changed (+82 additions, -160 deletions)
View changed files
📝
Cargo.lock(+59 -122)📝
Cargo.toml(+1 -2)📝
src/args.rs(+5 -5)📝
src/server.rs(+16 -15)📝
src/utils.rs(+1 -16)📄 Description
It is because async-zip does not support setting the compress level when streaming, or the setting does not take effect.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.