From 774c11a9acff246aedc788e52fb2dc4c98643f80 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 30 Jan 2026 18:16:07 +0100 Subject: [PATCH] revert(sftp-repo): put back previous values for alive count and alive interval --- app/server/utils/restic.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/server/utils/restic.ts b/app/server/utils/restic.ts index 88bbd6ae..738aa20e 100644 --- a/app/server/utils/restic.ts +++ b/app/server/utils/restic.ts @@ -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, ];