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",
|
"-o",
|
||||||
"ConnectionAttempts=1",
|
"ConnectionAttempts=1",
|
||||||
"-o",
|
"-o",
|
||||||
"ServerAliveInterval=10",
|
"ServerAliveInterval=60",
|
||||||
"-o",
|
"-o",
|
||||||
"ServerAliveCountMax=3",
|
"ServerAliveCountMax=240",
|
||||||
"-i",
|
"-i",
|
||||||
keyPath,
|
keyPath,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue