forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote: don't close sftp connections until parent ssh conn closed
Since this is multiplexing over the same TCP connection no system resources are withheld, so this should be a no-brainer optimization. As a side-effect this should fix "open max - close all - try open - Administratively prohobited" error @darabi experiencing in iterative#2280.
- Loading branch information
Showing
2 changed files
with
34 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters