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