We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad54e8 commit 29beb8aCopy full SHA for 29beb8a
pkg/store/git/git.go
@@ -21,7 +21,7 @@ import (
21
"github.com/sirupsen/logrus"
22
)
23
24
-const (
+var (
25
timeoutCommands = 60 * time.Second
26
checkInterval = 10 * time.Second
27
0 commit comments