fix: sftp keep alive
This commit is contained in:
parent
f926d5ec1f
commit
c426bdcbf8
1 changed files with 4 additions and 0 deletions
|
|
@ -176,6 +176,10 @@ const buildEnv = async (config: RepositoryConfig) => {
|
|||
"UserKnownHostsFile=/dev/null",
|
||||
"-o",
|
||||
"LogLevel=VERBOSE",
|
||||
"-o",
|
||||
"ServerAliveInterval=60",
|
||||
"-o",
|
||||
"ServerAliveCountMax=240",
|
||||
"-i",
|
||||
keyPath,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue