revert(sftp-repo): put back previous values for alive count and alive interval
This commit is contained in:
parent
1118f45788
commit
774c11a9ac
1 changed files with 2 additions and 2 deletions
|
|
@ -208,9 +208,9 @@ export const buildEnv = async (config: RepositoryConfig, organizationId: string)
|
|||
"-o",
|
||||
"ConnectionAttempts=1",
|
||||
"-o",
|
||||
"ServerAliveInterval=10",
|
||||
"ServerAliveInterval=60",
|
||||
"-o",
|
||||
"ServerAliveCountMax=3",
|
||||
"ServerAliveCountMax=240",
|
||||
"-i",
|
||||
keyPath,
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue