Skip to content

Commit

Permalink
fix: timeout when transfer file larger than 2GB
Browse files Browse the repository at this point in the history
  • Loading branch information
hlf20010508 committed Jan 8, 2025
1 parent d95b75d commit 11ec26a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ base64 = { version = "0.22.1", default-features = false, features = ["std"] }
chrono = { version = "0.4.39", default-features = false }
du = { version = "0.1.1", default-features = false }
futures = { version = "0.3.31", default-features = false }
grammers-client = { git = "https://github.com/Lonami/grammers.git", rev = "3d0b640f731606ff07841d9f38f54640fcf3d067", default-features = false, features = [
grammers-client = { git = "https://github.com/hlf20010508/grammers.git", rev = "4f051e7f91c77846dfaa3ac06f55bc28bddd0b0c", default-features = false, features = [
"html",
"fs",
] }
Expand Down

0 comments on commit 11ec26a

Please sign in to comment.