diff --git a/config.go b/config.go index 044c7a4..ba7a124 100644 --- a/config.go +++ b/config.go @@ -18,7 +18,7 @@ import ( const ( defaultGitGC = "always" - defaultInterval = 30 * time.Second + defaultInterval = time.Minute defaultMirrorTimeout = 2 * time.Minute defaultSSHKeyPath = "/etc/git-secret/ssh" defaultSSHKnownHostsPath = "/etc/git-secret/known_hosts"