We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fba721 + 6b7a57e commit 5bd8dddCopy full SHA for 5bd8ddd
config.go
@@ -18,7 +18,7 @@ import (
18
19
const (
20
defaultGitGC = "always"
21
- defaultInterval = 30 * time.Second
+ defaultInterval = time.Minute
22
defaultMirrorTimeout = 2 * time.Minute
23
defaultSSHKeyPath = "/etc/git-secret/ssh"
24
defaultSSHKnownHostsPath = "/etc/git-secret/known_hosts"
0 commit comments