Skip to content

Commit 5bd8ddd

Browse files
authored
Merge pull request #49 from utilitywarehouse/as-sync
reduce rate limiting if any
2 parents 8fba721 + 6b7a57e commit 5bd8ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
const (
2020
defaultGitGC = "always"
21-
defaultInterval = 30 * time.Second
21+
defaultInterval = time.Minute
2222
defaultMirrorTimeout = 2 * time.Minute
2323
defaultSSHKeyPath = "/etc/git-secret/ssh"
2424
defaultSSHKnownHostsPath = "/etc/git-secret/known_hosts"

0 commit comments

Comments
 (0)