revert(sftp-repo): put back previous values for alive count and alive interval

This commit is contained in:
Nicolas Meienberger 2026-01-30 18:16:07 +01:00
parent 1118f45788
commit 774c11a9ac

View file

@ -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,
];