fix: russh is way too slow to upload large files, find a better alternative #137
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#137
Loading…
Reference in New Issue
Block a user
No description provided.
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?
russh is way too slow to upload large files, find a better alternative (e.g. scp if available or
rsync --update
)Originally posted by @letian in https://git.nationtech.io/NationTech/harmony/pulls/130/files#issuecomment-2111
fix: russh is way too slow to upload large files, find a better alternative (e.g. scp if available, or rsync)to fix: russh is way too slow to upload large files, find a better alternative