From 6b7a57e200750df0881d96e75e58011086d05e60 Mon Sep 17 00:00:00 2001 From: Ashok Siyani Date: Wed, 23 Apr 2025 13:09:45 +0100 Subject: [PATCH] reduce rate limiting if any --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"